Skip to main content
Module

x/mtkruto/mod.ts>types.HelpUserInfo

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

Constructors

new
HelpUserInfo(params: { message: string; entities: Array<TypeMessageEntity>; author: string; date: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
author: string
date: number
entities: Array<TypeMessageEntity>
message: string

Static Properties

readonly
[paramDesc]: ParamDesc