Sha256: 0ab6e22c38c318f9d3d7fc405ba334cf4e4a80bdb0834970b804248f97ccb86b
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
module TD::Types # A newly created supergroup or channel. # # @attr title [TD::Types::String] Title of the supergroup or channel. class MessageContent::SupergroupChatCreate < MessageContent attribute :title, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems