Sha256: 27e25508327be83d249fadc6ce37a94d8673ef133923c0976bb699799ccc181b
Contents?: true
Size: 283 Bytes
Versions: 3
Compression:
Stored size: 283 Bytes
Contents
module TD::Types # New chat members were added. # # @attr member_user_ids [Array<Integer>] User identifiers of the new members. class MessageContent::ChatAddMembers < MessageContent attribute :member_user_ids, TD::Types::Array.of(TD::Types::Coercible::Integer) end end
Version data entries
3 entries across 3 versions & 1 rubygems