Skip to main content

updateReadChannelInbox

Incoming messages in a channel/supergroup were read

type tg.UpdateReadChannelInbox struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
FolderIDintPeer folder ID, for more info click here
ChannelIDint64yesChannel/supergroup ID
MaxIDintyesPosition up to which all incoming messages are read.
StillUnreadCountintyesCount of messages weren't read yet
PtsintyesEvent count after generation

References