Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesTranscribedAudio

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

Constructors

new
MessagesTranscribedAudio(params: { pending?: true; transcriptionId: bigint; text: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
pending: true
text: string
transcriptionId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc