TelegramBot.sendVoice

Send voice message

Voice message must be in ogg format encoded with OPUS

  1. Message sendVoice(T chat_id, string voice)
  2. Message sendVoice(SendVoiceMethod m)
    struct TelegramBot
    @trusted
    sendVoice

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta