Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateReadChannelDiscussionInbox

An attempt to write a Deno-native MTProto client
Go to Latest
class types.UpdateReadChannelDiscussionInbox
extends TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.62/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