Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateReadChannelInbox

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

Constructors

new
UpdateReadChannelInbox(params: { folderId?: number; channelId: bigint; maxId: number; stillUnreadCount: number; pts: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channelId: bigint
optional
folderId: number
maxId: number
pts: number
stillUnreadCount: number

Static Properties

readonly
[paramDesc]: ParamDesc