PrivacyValueAllowUsers

class pyrogram.raw.types.PrivacyValueAllowUsers

Allow only certain users

Constructor of PrivacyRule.

Details:
  • Layer: 223

  • ID: B8905FB2

Parameters:

users (List of int 64-bit) – Allowed users

TL Schema

privacyValueAllowUsers#b8905fb2
users:Vector<long>

= PrivacyRule

Parameter Tree

PrivacyValueAllowUsers
└── usersVector < long >

Example

PrivacyValueAllowUsers(
    users=[0],
)