Class: TD::Types::Update::Poll

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/poll.rb

Overview

A poll was updated; for bots only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#pollTD::Types::Poll

New data about the poll.

Returns:



5
6
7
# File 'lib/tdlib/types/update/poll.rb', line 5

def poll
  @poll
end