Sha256: 00bed69d778537cc9a3840dbc47a42718b6d5c7bd7a745b25bc1098fe2b7cdb7

Contents?: true

Size: 195 Bytes

Versions: 4

Compression:

Stored size: 195 Bytes

Contents

module TD::Types
  # A poll was updated; for bots only.
  #
  # @attr poll [TD::Types::Poll] New data about the poll.
  class Update::Poll < Update
    attribute :poll, TD::Types::Poll
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/poll.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/poll.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/poll.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/update/poll.rb