Sha256: b72f3649d25f50fc598a3fcf4e0d9f652af36d42d86aea1c4fa327b802b3a32e
Contents?: true
Size: 180 Bytes
Versions: 2
Compression:
Stored size: 180 Bytes
Contents
module TD::Types # A message with a poll. # # @attr poll [TD::Types::Poll] Poll. class MessageContent::Poll < MessageContent 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/message_content/poll.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/message_content/poll.rb |