class TelegramBot::InlineQueryResultsButton

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_results_button.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(text : String, *, web_app : WebAppInfo | Nil = nil, start_parameter : String | Nil = nil) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def start_parameter : String | Nil #

def start_parameter=(start_parameter : String | Nil) #

def text : String #

def text=(text : String) #

def web_app : WebAppInfo | Nil #

def web_app=(web_app : WebAppInfo | Nil) #