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

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

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

Mark channel/supergroup message contents as read

Constructors

new
channels_readMessageContents_(params: { channel: enums.InputChannel; id: Array<number>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel
id: Array<number>

IDs of messages whose contents should be marked as read

Static Properties

__F: (params: { channel: enums.InputChannel; id: Array<number>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc