Type Alias InlineKeyboardButton

InlineKeyboardButton:
    | CallbackButton
    | GameButton
    | LoginButton
    | PayButton
    | SwitchInlineButton
    | SwitchInlineCurrentChatButton
    | SwitchInlineChosenChatButton
    | UrlButton
    | InlineKeyboardButton.WebAppButton

This object represents one button of an inline keyboard. You must use exactly one of the optional fields.