Raw.UpdateReadChannelInbox

Raw.UpdateReadChannelInbox

Incoming messages in a channel/supergroup were read

updateReadChannelInbox#922e6e10 flags:# folder_id:flags.0?int channel_id:long max_id:int still_unread_count:int pts:int = Update;
export namespace Raw {
  export class UpdateReadChannelInbox {
    constructor(params: {
      folderId?: number;
      channelId: bigint;
      maxId: number;
      stillUnreadCount: number;
      pts: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x922e6e10

Property

  • folderId : number or undefined

    Peer folder id, for more info click here

  • channelId : bigint

    Channel/supergroup id

  • maxId : number

    Position up to which all incoming messages are read.

  • stillUnreadCount : number

    Count of messages weren’t read yet

  • pts : number

    Event count after generation