Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesProlongWebView

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesProlongWebView
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.109/mod.ts";
const { MessagesProlongWebView } = functions;

Constructors

new
MessagesProlongWebView(params: { silent?: true; peer: types.TypeInputPeer; bot: types.TypeInputUser; queryId: bigint; replyTo?: types.TypeInputReplyTo; sendAs?: types.TypeInputPeer; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
queryId: bigint
optional
replyTo: types.TypeInputReplyTo
optional
sendAs: types.TypeInputPeer
optional
silent: true

Static Properties

readonly
[paramDesc]: ParamDesc