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

801 B

title description image
receivedNotifyMessage Received notify message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: receivedNotifyMessage

Back to constructors index

Received notify message

Attributes:

Name Type Required Description
id int Yes ID

Type: ReceivedNotifyMessage

Example:

$receivedNotifyMessage = ['_' => 'receivedNotifyMessage', 'id' => int];

PWRTelegram json-encoded version:

{"_": "receivedNotifyMessage", "id": int}

Or, if you're into Lua:

receivedNotifyMessage={_='receivedNotifyMessage', id=int}