Skip to main content
Module

x/mtkruto/mod.ts>types.HelpDeepLinkInfo

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.HelpDeepLinkInfo
import { types } from "https://deno.land/x/mtkruto@0.0.979/mod.ts";
const { HelpDeepLinkInfo } = types;

Constructors

new
HelpDeepLinkInfo(params: { updateApp?: true; message: string; entities?: Array<TypeMessageEntity>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
entities: Array<TypeMessageEntity>
message: string
optional
updateApp: true

Static Properties

readonly
[paramDesc]: ParamDesc