class TelegramBot::InlineQuery
- TelegramBot::InlineQuery
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/inline/inline_query.crConstructors
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)