Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/3_functions.ts>messages_readDiscussion_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_readDiscussion_
extends Function_<boolean>
import { messages_readDiscussion_ } from "https://deno.land/x/mtkruto@0.1.157/tl/3_functions.ts";

Mark a thread as read

Constructors

new
messages_readDiscussion_(params: { peer: enums.InputPeer; msg_id: number; read_max_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
msg_id: number

ID of message that started the thread

peer: enums.InputPeer

Group ID

read_max_id: number

ID up to which thread messages were read

Static Properties

__F: (params: { peer: enums.InputPeer; msg_id: number; read_max_id: number; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc