1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 05:36:56 +01:00
MadelineProto/docs/TD_docs/constructors/privacyKeyUserStatus.md

591 B

title description
privacyKeyUserStatus Privacy key for managing visibility of the user status

Constructor: privacyKeyUserStatus

Back to constructors index

Privacy key for managing visibility of the user status

Attributes:

Name Type Required Description

Type: PrivacyKey

Example:

$privacyKeyUserStatus = ['_' => 'privacyKeyUserStatus', ];

Or, if you're into Lua:

privacyKeyUserStatus={_='privacyKeyUserStatus', }