MadelineProto/old_docs/API_docs_v72/constructors/receivedNotifyMessage.md
2017-11-15 12:41:58 +00:00

696 B

title description
receivedNotifyMessage receivedNotifyMessage attributes, type and example

Constructor: receivedNotifyMessage

Back to constructors index

Attributes:

Name Type Required
id int Yes

Type: ReceivedNotifyMessage

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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