Sha256: 0e373d924ef1730cf36e431062d6571200f21e0007a6db806bc9a49e205893cd
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
module TD::Types # The messages was exported from a group chat. # # @attr title [TD::Types::String, nil] Title of the group chat; may be empty if unrecognized. class MessageFileType::Group < MessageFileType attribute :title, TD::Types::String.optional.default(nil) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/message_file_type/group.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/message_file_type/group.rb |