MadelineProto/old_docs/API_docs_v41/constructors/receivedNotifyMessage.md

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

Or, if you're into Lua:

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