messages.receivedQueue
Confirms receipt of messages in a secret chat by client, cancels push notifications.
Example
TL schema
Parameters
Name
Type
Description
Result
Method returns a list of random_ids of messages for which push notifications were cancelled in Vector[long](https://core.telegram.org/type/long).
Possible errors
Code
Type
Description
400
MSG_WAIT_FAILED
A waiting call returned an error
Can bots use this methd ?
yes
Related pages
Last updated