messages.ReportMessagesDelivery#
- class pyrogram.raw.functions.messages.ReportMessagesDelivery#
Used for Telegram Gateway verification messages : indicate to the server that one or more messages were received by the client, if requested by the message.report_delivery_until_date flag or the equivalent flag in push notifications.
- Details:
Layer:
220ID:
5A6D7395
- Parameters:
peer (
InputPeer) – The peer where the messages were received.id (List of
int32-bit) – The IDs of the received messages.push (
bool, optional) – Must be set if the messages were received from a push notification.
- Returns:
bool