Sha256: 4a283cf885018d59b1d25f988caccbb3770d94d5ffd3ac921f62e171dde0b8a7
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
module TD::Types # A newly created basic group. # # @attr title [TD::Types::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::Coercible::Integer) end end
Version data entries
3 entries across 3 versions & 1 rubygems