Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateChannelReadMessagesContents

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.UpdateChannelReadMessagesContents
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { UpdateChannelReadMessagesContents } = types;

Constructors

new
UpdateChannelReadMessagesContents(params: { channelId: bigint; topMsgId?: number; messages: Array<number>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
messages: Array<number>
optional
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc