TelegramBot.sendVideoNote

Send video message

Video must be square and shoudln't be longer than 1 minute

  1. Message sendVideoNote(T chat_id, string video_note)
  2. Message sendVideoNote(SendVideoNoteMethod m)
    struct TelegramBot
    @trusted
    sendVideoNote

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta