Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface InlineQueryResultVoice
import { type InlineQueryResultVoice } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";

Properties

type: string
id: string
voice_url: string
title: string
optional
caption: string
optional
parse_mode: string
optional
caption_entities: MessageEntity[]
optional
voice_duration: number
optional
reply_markup: InlineKeyboardMarkup
optional
input_message_content: InputMessageContent