Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateReadChannelDiscussionOutbox_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateReadChannelDiscussionOutbox_
extends _Update_
import { UpdateReadChannelDiscussionOutbox_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Outgoing comments in a discussion thread were marked as read

Constructors

new
UpdateReadChannelDiscussionOutbox_(params: { channel_id: bigint; top_msg_id: number; read_max_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint
read_max_id: number

Message ID of latest read outgoing message for this thread

top_msg_id: number

ID of the group message that started the thread

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc