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) #

Instance Method Detail

def from : User #

def from=(from : User) #

def inline_message_id : String | Nil #

def inline_message_id=(inline_message_id : String | Nil) #

def location : Location | Nil #

def location=(location : Location | Nil) #

def query : String #

def query=(query : String) #

def result_id : String #

def result_id=(result_id : String) #