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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateTranscribedAudio
extends _TypeUpdate
import { UpdateTranscribedAudio } from "https://deno.land/x/mtkruto@0.1.105/tl/2_types.ts";

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