messages.ReportMessagesDelivery¶
- class pyrogram.raw.functions.messages.ReportMessagesDelivery[source]¶
Used for Telegram Gateway verification messages »: indicate to the server that one or more message s were received by the client, if requested by the message. report_delivery_until_date flag or the equivalent flag in push notifications.
Usable by Users Bots- Details:
Layer:
229ID:
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