Sha256: 5b783b00522eeeab130ca010dc29c0d70328611a90e1dbcd557a5d3212031158
Contents?: true
Size: 396 Bytes
Versions: 3
Compression:
Stored size: 396 Bytes
Contents
module TD::Types # A rule to allow all members of certain specified basic groups and supergroups to doing something. # # @attr chat_ids [Array<Integer>] The chat identifiers, total number of chats in all rules must not exceed 20. class UserPrivacySettingRule::AllowChatMembers < UserPrivacySettingRule attribute :chat_ids, TD::Types::Array.of(TD::Types::Coercible::Integer) end end
Version data entries
3 entries across 3 versions & 1 rubygems