MadelineProtoDocs/docs/API_docs/constructors/receivedNotifyMessage.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];