Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_sendWebViewResultMessage_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_sendWebViewResultMessage_
extends Function_<enums.WebViewMessageSent>
import { messages_sendWebViewResultMessage_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Terminate webview interaction started with messages.requestWebView, sending the specified message to the chat on behalf of the user.

Constructors

new
messages_sendWebViewResultMessage_(params: { bot_query_id: string; result: enums.InputBotInlineResult; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
bot_query_id: string

Webview interaction ID obtained from messages.requestWebView

result: enums.InputBotInlineResult

Message to send

Static Properties

__F: (params: { bot_query_id: string; result: enums.InputBotInlineResult; }) => enums.WebViewMessageSent
readonly
[name]: string
readonly
[paramDesc]: ParamDesc