class TelegramBot::Models::InlineQuery
- TelegramBot::Models::InlineQuery
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#inlinequery
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#inlinequery
Instance Method Summary
- #from : User
- #from=(from : User)
- #id : String
- #id=(id : String)
- #location : Location | Nil
- #location=(location : Location | Nil)
- #offset : String
- #offset=(offset : String)
- #query : String
- #query=(query : String)