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>UpdateReadChannelDiscussionInbox_

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

Incoming comments in a discussion thread were marked as read

Constructors

new
UpdateReadChannelDiscussionInbox_(params: { channel_id: bigint; top_msg_id: number; read_max_id: number; broadcast_id?: bigint; broadcast_post?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
broadcast_id: bigint

If set, contains the ID of the channel that contains the post that started the comment thread in the discussion group (channel_id)

optional
broadcast_post: number

If set, contains the ID of the channel post that started the comment thread

channel_id: bigint
read_max_id: number

Message ID of latest read incoming message for this thread

top_msg_id: number

ID of the group message that started the thread (message in linked discussion group)

Static Properties

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