Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesTranslateText

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesTranslateText
import { functions } from "https://deno.land/x/mtkruto@0.0.986/mod.ts";
const { MessagesTranslateText } = functions;

Constructors

new
MessagesTranslateText(params: { peer?: types.TypeInputPeer; id?: Array<number>; text?: Array<types.TypeTextWithEntities>; toLang: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
id: Array<number>
optional
peer: types.TypeInputPeer
optional
text: Array<types.TypeTextWithEntities>
toLang: string

Static Properties

readonly
[paramDesc]: ParamDesc