Class: TD::Types::PollType::Regular
- Inherits:
-
TD::Types::PollType
- Object
- Dry::Struct
- Base
- TD::Types::PollType
- TD::Types::PollType::Regular
- Defined in:
- lib/tdlib/types/poll_type/regular.rb
Overview
A regular poll.
Instance Attribute Summary collapse
-
#allow_multiple_answers ⇒ Boolean
True, if multiple answer options can be chosen simultaneously.
Method Summary
Methods inherited from Base
Instance Attribute Details
#allow_multiple_answers ⇒ Boolean
True, if multiple answer options can be chosen simultaneously.
5 6 7 |
# File 'lib/tdlib/types/poll_type/regular.rb', line 5 def allow_multiple_answers @allow_multiple_answers end |