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

x/mtkruto/tl/3_functions.ts>MessagesTranslateText

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class MessagesTranslateText
extends Function<types.MessagesTranslateResult>
import { MessagesTranslateText } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

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