messages.readHistory
Marks message history as read.
Example
TL schema
Parameters
Name
Type
Description
peer
Target user or group
max_id
If a positive value is passed, only messages with identifiers less or equal than the given one will be read
Result
Possible errors
Code
Type
Description
400
CHAT_ID_INVALID
The provided chat id is invalid
400
MSG_ID_INVALID
Invalid message ID provided
400
PEER_ID_INVALID
The provided peer id is invalid
Can bots use this methd ?
yes
Related pages
Last updated
Was this helpful?