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