mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
695 B
695 B
title | description |
---|---|
decryptedMessageActionNotifyLayer17 | decryptedMessageActionNotifyLayer17 attributes, type and example |
Constructor: decryptedMessageActionNotifyLayer17
Attributes:
Name | Type | Required |
---|---|---|
layer | int | Yes |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionNotifyLayer17 = ['_' => 'decryptedMessageActionNotifyLayer17', 'layer' => int, ];
Or, if you're into Lua:
decryptedMessageActionNotifyLayer17={_='decryptedMessageActionNotifyLayer17', layer=int, }