Sha256: 3bc16f46edb5f67343d3f239e082027a568a9e86e3f40f1e1d63a468774732aa

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

module TD::Types
  # A rule to restrict all members of specified basic groups and supergroups from doing something.
  #
  # @attr chat_ids [Array<Integer>] The chat identifiers, total number of chats in all rules must not exceed 20.
  class UserPrivacySettingRule::RestrictChatMembers < 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/restrict_chat_members.rb
tdlib-ruby-2.2.0 lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb