class
TelegramBot::InlineQueryResultsButton
- TelegramBot::InlineQueryResultsButton
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/inline/inline_query_results_button.crConstructors
- .new(pull : JSON::PullParser)
- .new(text : String, *, web_app : WebAppInfo | Nil = nil, start_parameter : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #start_parameter : String | Nil
- #start_parameter=(start_parameter : String | Nil)
- #text : String
- #text=(text : String)
- #web_app : WebAppInfo | Nil
- #web_app=(web_app : WebAppInfo | Nil)
Constructor Detail
def self.new(text : String, *, web_app : WebAppInfo | Nil = nil, start_parameter : String | Nil = nil)
#