Skip to main content
Module

x/mtkruto/mod.ts>types.MessageReplyStoryHeader

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

Constructors

new
MessageReplyStoryHeader(params: { userId: bigint; storyId: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc