Constructor: decryptedMessageActionNotifyLayer_17
A notification stating the API layer that is used by the client. You should use your current layer and take notice of the layer used on the other side of a conversation when sending messages.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
layer | int | Yes | Layer number, must be 17 or higher (this constructor was introduced in Layer 17. |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionNotifyLayer_17 = ['_' => 'decryptedMessageActionNotifyLayer', 'layer' => int];