class TelegramBot::Models::InlineQuery

Overview

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

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


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