Sha256: 9065ea36f8ebee85a4cbd6c33320ffb896a6083603788d8e1b27ab0763fae16b

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 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::Integer)
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/user_privacy_setting_rule/allow_chat_members.rb
tdlib-ruby-2.2.0 lib/tdlib/types/user_privacy_setting_rule/allow_chat_members.rb