class TelegramBot::ChosenInlineResult

Included Modules

Defined in:

telegram_bot/types/chosen_inline_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def from : User #

[View source]
def from=(from : User) #

[View source]
def inline_message_id : String | Nil #

[View source]
def inline_message_id=(inline_message_id : String | Nil) #

[View source]
def location : Location | Nil #

[View source]
def location=(location : Location | Nil) #

[View source]
def query : String #

[View source]
def query=(query : String) #

[View source]
def result_id : String #

[View source]
def result_id=(result_id : String) #

[View source]