Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateTranscribedAudio

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

Constructors

new
UpdateTranscribedAudio(params: { pending?: true; peer: TypePeer; msgId: number; transcriptionId: bigint; text: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
msgId: number
peer: TypePeer
optional
pending: true
text: string
transcriptionId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc