Skip to main content
Module

x/mtkruto/mod.ts>tl.types.UpdateReadStories

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

Constructors

new
UpdateReadStories(params: { userId: bigint; maxId: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
maxId: number
userId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc