Class: TD::Types::UserPrivacySettingRule::RestrictChatMembers

Inherits:
TD::Types::UserPrivacySettingRule show all
Defined in:
lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb

Overview

A rule to restrict all members of specified basic groups and supergroups from doing something.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idsArray<Integer>

The chat identifiers, total number of chats in all rules must not exceed 20.

Returns:

  • (Array<Integer>)

    the current value of chat_ids



5
6
7
# File 'lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb', line 5

def chat_ids
  @chat_ids
end