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>messages_TranscribedAudio_

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

Constructors

new
messages_TranscribedAudio_(params: { pending?: true; transcription_id: bigint; text: string; trial_remains_num?: number; trial_remains_until_date?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
pending: true

Whether the transcription is partial because audio transcription is still in progress, if set the user may receive further updateTranscribedAudio updates with the updated transcription.

text: string

Transcripted text

transcription_id: bigint

Transcription ID

optional
trial_remains_num: number

For non-Premium users, this flag will be set, indicating the remaining transcriptions in the free trial period.

optional
trial_remains_until_date: number

For non-Premium users, this flag will be set, indicating the date when the trial_remains_num counter will be reset to the maximum value of transcribe_audio_trial_weekly_number.

Static Properties

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