Class: TD::Types::Update::Poll
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Poll
- Defined in:
- lib/tdlib/types/update/poll.rb
Overview
A poll was updated; for bots only.
Instance Attribute Summary collapse
-
#poll ⇒ TD::Types::Poll
New data about the poll.
Method Summary
Methods inherited from Base
Instance Attribute Details
#poll ⇒ TD::Types::Poll
New data about the poll.
5 6 7 |
# File 'lib/tdlib/types/update/poll.rb', line 5 def poll @poll end |