Raw.messages.RateTranscribedAudio
Rate transcribed voice message
messages.rateTranscribedAudio#7f1d072f peer:InputPeer msg_id:int transcription_id:long good:Bool = Bool;
export namespace Raw {
export namespace messages {
export class RateTranscribedAudio {
constructor(params: {
peer: Raw.TypeInputPeer;
msgId: number;
transcriptionId: bigint;
good: boolean;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x7f1d072f
Property
peer
: Raw.TypeInputPeerPeer where the voice message was sent
msgId
: numberMessage id
transcriptionId
: bigintTranscription id
good
: booleanWhether the transcription was correct