class TelegramBot::InlineQuery

Included Modules

Defined in:

telegram_bot/types/inline/inline_query.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def from : User #

def from=(from : User) #

def id : String #

def id=(id : String) #

def location : Location | Nil #

def location=(location : Location | Nil) #

def offset : String #

def offset=(offset : String) #

def query : String #

def query=(query : String) #