Interface RateSpeechRecognition

Rates recognized speech in a video note or a voice note message. Request type for Tdjson#rateSpeechRecognition.

interface RateSpeechRecognition {
    @type: "rateSpeechRecognition";
    chat_id: number;
    is_good?: boolean;
    message_id: number;
}

Properties

@type: "rateSpeechRecognition"
chat_id: number

Identifier of the chat to which the message belongs.

is_good?: boolean

Pass true if the speech recognition is good.

message_id: number

Identifier of the message.