Skip to content

🔧 save_prepared_keyboard_button

Stores a keyboard button that can be sent by a user of a Mini App. Returns a PreparedKeyboardButton object.

âš™ī¸ Parameters

📲 Returns

PreparedKeyboardButton

📀 Examples

-đŸĒĢ Required Parameters

await bot.save_prepared_keyboard_button(
    user_id=your_user_id_here,
    button=your_button_here
)