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

x/mtkruto/tl/3_functions.ts>messages_rateTranscribedAudio_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_rateTranscribedAudio_
extends Function_<boolean>
import { messages_rateTranscribedAudio_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Constructors

new
messages_rateTranscribedAudio_(params: { peer: enums.InputPeer; msg_id: number; transcription_id: bigint; good: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
good: boolean

Whether the transcription was correct

msg_id: number

Message ID

peer: enums.InputPeer

Peer where the voice message was sent

transcription_id: bigint

Transcription ID

Static Properties

__F: (params: { peer: enums.InputPeer; msg_id: number; transcription_id: bigint; good: boolean; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc