Sha256: a7658363c506193c01a0cf2ae8bc000026e1b0d29db27ff66e3ccc465d583b31
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
module TD::Types # Information about 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/update/poll.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/update/poll.rb |