ReceivedNotifyMessage
- class pyrogram.raw.base.ReceivedNotifyMessage
Confirmation of message receipt
- Constructors:
This base type has 1 constructor available.
Message ID, for which PUSH-notifications were cancelled.
- Functions:
This object can be returned by 1 function.
Confirms receipt of messages by a client, cancels PUSH-notification sending.
TL Schema
receivedNotifyMessage#a384b779
id:int
flags:int
= ReceivedNotifyMessage
Parameter Tree
ReceivedNotifyMessage
├── id →
int└── flags →
intExample
ReceivedNotifyMessage(
id=0,
flags=0,
)