Raw.UpdateReadChannelDiscussionOutbox

Raw.UpdateReadChannelDiscussionOutbox

Outgoing comments in a discussion thread were marked as read

updateReadChannelDiscussionOutbox#695c9e7c channel_id:long top_msg_id:int read_max_id:int = Update;
export namespace Raw {
  export class UpdateReadChannelDiscussionOutbox {
    constructor(params: { channelId: bigint; topMsgId: number; readMaxId: number }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x695c9e7c

Property

  • channelId : bigint

    Supergroup id

  • topMsgId : number

    Id of the group message that started the thread

  • readMaxId : number

    Message id of latest read outgoing message for this thread