Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateReadStories_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateReadStories_
extends _Update_
import { UpdateReadStories_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Stories of a specific peer were marked as read.

Constructors

new
UpdateReadStories_(params: { peer: enums.Peer; max_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
max_id: number

ID of the last story that was marked as read

peer: enums.Peer

The peer

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc