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