class
TelegramBot::MenuButtonWebApp
- TelegramBot::MenuButtonWebApp
- TelegramBot::MenuButton
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/menu_button.crConstructors
- .new(text : String, web_app : WebAppInfo)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #text : String
- #text=(text : String)
- #type : String
- #type=(type : String)
- #web_app : WebAppInfo
- #web_app=(web_app : WebAppInfo)
Instance methods inherited from class TelegramBot::MenuButton
type : String
type,
type=(type : String)
type=
Constructor methods inherited from class TelegramBot::MenuButton
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new