class TelegramBot::InlineQuery

Defined in:

telegram_bot/types/inline/inline_query.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def from : User #

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

[View source]
def id : String #

[View source]
def id=(_id : String) #

[View source]
def location : Location | Nil #

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

[View source]
def offset : String #

[View source]
def offset=(_offset : String) #

[View source]
def query : String #

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

[View source]
def to_json(json : JSON::Builder) #

[View source]