class TelegramBot::Models::ChosenInlineResult

Overview

https://core.telegram.org/bots/api#choseninlineresult

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#choseninlineresult


[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]