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

x/mtkruto/tl/2_types.ts>UpdateTranscribedAudio_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateTranscribedAudio_
extends _Update_
import { UpdateTranscribedAudio_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A pending voice message transcription » initiated with messages.transcribeAudio was updated.

Constructors

new
UpdateTranscribedAudio_(params: { pending?: true; peer: enums.Peer; msg_id: number; transcription_id: bigint; text: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
msg_id: number

Transcribed message ID

peer: enums.Peer

Peer of the transcribed message

optional
pending: true

Whether this transcription is still pending and further updateTranscribedAudio about it will be sent in the future.

text: string

Transcribed text

transcription_id: bigint

Transcription ID

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc