class
TelegramBot::PollAnswer
- TelegramBot::PollAnswer
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/poll_answer.crConstructors
Instance Method Summary
- #option_ids : Array(Int32)
- #option_ids=(option_ids : Array(Int32))
- #option_persistent_ids : Array(String)
- #option_persistent_ids=(option_persistent_ids : Array(String))
- #poll_id : String
- #poll_id=(poll_id : String)
- #user : User | Nil
- #user=(user : User | Nil)
- #voter_chat : Chat | Nil
- #voter_chat=(voter_chat : Chat | Nil)