mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
769 B
769 B
title | description | nav_exclude | image |
---|---|---|---|
receivedNotifyMessage | Message ID, for which PUSH-notifications were cancelled. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: receivedNotifyMessage
Message ID, for which PUSH-notifications were cancelled.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | int | Yes | Message ID, for which PUSH-notifications were canceled |
Type: ReceivedNotifyMessage
Example:
$receivedNotifyMessage = ['_' => 'receivedNotifyMessage', 'id' => int];