mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 02:26:55 +01:00
692 B
692 B
title | description |
---|---|
privacyKeyUserStatus | Privacy key for managing visibility of the user status |
Constructor: privacyKeyUserStatus
Privacy key for managing visibility of the user status
Attributes:
Name | Type | Required | Description |
---|
Type: PrivacyKey
Example:
$privacyKeyUserStatus = ['_' => 'privacyKeyUserStatus', ];
PWRTelegram json-encoded version:
{"_":"privacyKeyUserStatus"}
Or, if you're into Lua:
privacyKeyUserStatus={_='privacyKeyUserStatus', }