Voice TranscriptionUSER-ONLY
User Walkthrough 29 of 50
Users can transcribe voice messages through transcribeVoice.
const transcription = await client.transcribeVoice(chatId, messageId);
console.log(transcription.text);
Users can transcribe voice messages through transcribeVoice.
const transcription = await client.transcribeVoice(chatId, messageId);
console.log(transcription.text);