mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:07:47 +01:00
699 B
699 B
title | description |
---|---|
receivedNotifyMessage | receivedNotifyMessage attributes, type and example |
Constructor: receivedNotifyMessage
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, }