class TelegramBot::ChosenInlineResult

Defined in:

telegram_bot/types/chosen_inline_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_617 : 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]
def to_json(json : JSON::Builder) #

[View source]