Raw.messages.RateTranscribedAudio

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.TypeInputPeer

    Peer where the voice message was sent

  • msgId : number

    Message id

  • transcriptionId : bigint

    Transcription id

  • good : boolean

    Whether the transcription was correct

Results

boolean