Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a link to a voice recording in an .ogg container encoded with OPUS. By default, this voice recording will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the the voice message.

Hierarchy

Index

Properties

caption

caption: string

Caption, 0-200 characters.

id

id: string

Unique identifier for this result, 1-64 bytes.

Optional input_message_content

input_message_content: IInputMessageContent

Content of the message to be sent instead of the voice recording.

Optional reply_markup

reply_markup: IInlineKeyboardMarkup

Inline keyboard attached to the message.

title

title: string

Recording title.

type

type: string

Type of the result, must be voice.

Optional voice_duration

voice_duration: number

Recording duration in seconds.

voice_url

voice_url: string

A valid URL for the voice recording.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc