MadelineProto/docs/TD_docs/constructors/privacyRuleAllowUsers.md

660 B

title description
privacyRuleAllowUsers Rule to allow specified users

Constructor: privacyRuleAllowUsers

Back to constructors index

Rule to allow specified users

Attributes:

Name Type Required Description
user_ids Array of int Yes User identifiers

Type: PrivacyRule

Example:

$privacyRuleAllowUsers = ['_' => 'privacyRuleAllowUsers', 'user_ids' => [int], ];

Or, if you're into Lua:

privacyRuleAllowUsers={_='privacyRuleAllowUsers', user_ids={int}, }