Skip to main content
Module

x/mtkruto/mod.ts>types.InputReplyToStory

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

Constructors

new
InputReplyToStory(params: { userId: TypeInputUser; storyId: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc