class TelegramBot::Models::ChosenInlineResult
Overview
https://core.telegram.org/bots/api#choseninlineresult
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#choseninlineresult
Instance Method Summary
- #from : User
- #from=(from : User)
- #inline_message_id : String | Nil
- #inline_message_id=(inline_message_id : String | Nil)
- #location : Location | Nil
- #location=(location : Location | Nil)
- #query : String
- #query=(query : String)
- #result_id : String
- #result_id=(result_id : String)