Raw.UpdateReadChannelOutbox

Raw.UpdateReadChannelOutbox

Outgoing messages in a channel/supergroup were read

updateReadChannelOutbox#b75f99a9 channel_id:long max_id:int = Update;
export namespace Raw {
  export class UpdateReadChannelOutbox {
    constructor(params: { channelId: bigint; maxId: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xb75f99a9

Property

  • channelId : bigint

    Channel/supergroup id

  • maxId : number

    Position up to which all outgoing messages are read.