812 B
812 B
title | description | image |
---|---|---|
decryptedMessageActionNotifyLayer | Decrypted message action notify layer | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionNotifyLayer_17
Decrypted message action notify layer
Attributes:
Name | Type | Required | Description |
---|---|---|---|
layer | int | Yes | Layer |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionNotifyLayer_17 = ['_' => 'decryptedMessageActionNotifyLayer', 'layer' => int];
Or, if you're into Lua:
decryptedMessageActionNotifyLayer_17={_='decryptedMessageActionNotifyLayer', layer=int}