Skip to main content
Module

x/mtkruto/mod.ts>types.MessageMediaStory

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

Constructors

new
MessageMediaStory(params: { viaMention?: true; userId: bigint; id: number; story?: TypeStoryItem; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: number
optional
story: TypeStoryItem
userId: bigint
optional
viaMention: true

Static Properties

readonly
[paramDesc]: ParamDesc