Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateReadChannelDiscussionInbox

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

Constructors

new
UpdateReadChannelDiscussionInbox(params: { channelId: bigint; topMsgId: number; readMaxId: number; broadcastId?: bigint; broadcastPost?: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc