updateChannelReadMessagesContents
The specified channel/supergroup messages were read (emitted specifically for messages like voice messages or video, only once the media is watched and marked as read using channels.RawReadMessageContentsRequest)
Header Parameters
HMAC-SHA256 hex digest of the raw request body
The delivered Telegram event type
Unique event ID for idempotency
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unique event identifier
Value in
- "telegram.updateChannelReadMessagesContents"
date-timeResponse Body
Example Requests
/telegram.updateChannelReadMessagesContentsupdateChannelParticipant
A participant has left, joined, was banned or admined in a channel or supergroup.
updateChannelTooLong
There are new updates in the specified channel, the client must fetch them manually by invoking `updates.RawGetChannelDifferenceRequest` as specified in the documentation. If the channel's PTS isn't currently stored in the database (i.e. we joined this channel on another client while the current client was offline), start fetching from the specified pts. Does not necessarily indicate the channel message box size limit was reached, it simply indicates that the number of queued updates in a message box is too large to be delivered passively through the socket.