TelegramBot.sendVideo

Send video

Video must be in mp4 format

  1. Message sendVideo(T chat_id, string video)
  2. Message sendVideo(SendVideoMethod m)
    struct TelegramBot
    @trusted
    sendVideo

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta