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>stories_AllStories_

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

Full list of active (or active and hidden) stories.

Constructors

new
stories_AllStories_(params: { has_more?: true; count: number; state: string; peer_stories: Array<enums.PeerStories>; chats: Array<enums.Chat>; users: Array<enums.User>; stealth_mode: enums.StoriesStealthMode; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Mentioned chats

count: number

Total number of active (or active and hidden) stories

optional
has_more: true

Whether more results can be fetched as described here ».

peer_stories: Array<enums.PeerStories>

Stories

state: string

State to use for pagination

stealth_mode: enums.StoriesStealthMode

Current stealth mode information

users: Array<enums.User>

Mentioned users

Static Properties

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