PrivacyValueAllowUsers
- class pyrogram.raw.types.PrivacyValueAllowUsers
Allow only certain users
Constructor of
PrivacyRule.- Details:
Layer:
223ID:
B8905FB2
- Parameters:
users (List of
int64-bit) – Allowed users
TL Schema
privacyValueAllowUsers#b8905fb2
users:Vector<long>
= PrivacyRule
Parameter Tree
PrivacyValueAllowUsers
└── users →
Vector < long >Example
PrivacyValueAllowUsers(
users=[0],
)