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

x/mtkruto/tl/3_functions.ts>stories_readStories_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class stories_readStories_
extends Function_<number[]>
import { stories_readStories_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Mark all stories up to a certain ID as read, for a given peer; will emit an updateReadStories update to all logged-in sessions.

Constructors

new
stories_readStories_(params: { peer: enums.InputPeer; max_id: number; })

Properties

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

Mark all stories up to and including this ID as read

peer: enums.InputPeer

The peer whose stories should be marked as read.

Static Properties

__F: (params: { peer: enums.InputPeer; max_id: number; }) => number[]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc