InlineKeyboardButton¶
Represents a single button in an inline keyboard
InlineKeyboardButton(
text: string,
icon_custom_emoji_id: int64,
style: ButtonStyle,
type: InlineKeyboardButtonType
) → InlineKeyboardButton