peyk.platforms.telegram.methods.build_inline_keyboard_button¶
- peyk.platforms.telegram.methods.build_inline_keyboard_button(text: str, callback_data: str) → InlineKeyboardButton¶
Provides the build inline keyboard button operation for the Telegram integration.
- Parameters:
text – Text supplied to the operation.
callback_data – Value used by this operation.
- Returns:
Result produced by the operation.