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>help_DeepLinkInfo_

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

Deep link info, see the here for more details

Constructors

new
help_DeepLinkInfo_(params: { update_app?: true; message: string; entities?: Array<enums.MessageEntity>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
entities: Array<enums.MessageEntity>
message: string

Message to show to the user

optional
update_app: true

An update of the app is required to parse this link

Static Properties

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