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

x/mtkruto/tl/2_types.ts>MessageActionWebViewDataSentMe_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessageActionWebViewDataSentMe_
import { MessageActionWebViewDataSentMe_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Data from an opened reply keyboard bot mini app was relayed to the bot that owns it (bot side service message).

Constructors

new
MessageActionWebViewDataSentMe_(params: { text: string; data: string; })

Properties

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

Relayed data.

text: string

Text of the keyboardButtonSimpleWebView that was pressed to open the web app.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc