MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionNotifyLayer_17.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

940 B

title description image
decryptedMessageActionNotifyLayer Decrypted message action notify layer https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionNotifyLayer_17

Back to constructors index

Decrypted message action notify layer

Attributes:

Name Type Required Description
layer int Yes Layer

Type: DecryptedMessageAction

Example:

$decryptedMessageActionNotifyLayer_17 = ['_' => 'decryptedMessageActionNotifyLayer', 'layer' => int];

PWRTelegram json-encoded version:

{"_": "decryptedMessageActionNotifyLayer", "layer": int}

Or, if you're into Lua:

decryptedMessageActionNotifyLayer_17={_='decryptedMessageActionNotifyLayer', layer=int}