Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateReadChannelDiscussionOutbox

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

Constructors

new
UpdateReadChannelDiscussionOutbox(params: { channelId: bigint; topMsgId: number; readMaxId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
readMaxId: number
topMsgId: number

Static Properties

readonly
[paramDesc]: ParamDesc