Sha256: 38802fd9f13b15da8b7ff3b1814d7c8150f7edc37a2fdb9635aaefc345e5438d
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
module TD::Types # A newly created basic group. # # @attr title [String] Title of the basic group. # @attr member_user_ids [Array<Integer>] User identifiers of members in the basic group. class MessageContent::BasicGroupChatCreate < MessageContent attribute :title, TD::Types::String attribute :member_user_ids, TD::Types::Array.of(TD::Types::Integer) end end
Version data entries
4 entries across 4 versions & 2 rubygems