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)
    struct TelegramBot
    @trusted
    sendVideoNote
    (
    T
    )
    (,
    string video_note
    )
  2. Message sendVideoNote(SendVideoNoteMethod m)

Parameters

chat_id T

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

video_note string

HTTP URL to get video from the internet or file_id of the file on Telegram

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta