SendVideoMethod

Method to send video files

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendVideo"
Undocumented in source.

Variables

caption
string caption;

Video caption

chat_id
TelegramID chat_id;

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

disable_notification
bool disable_notification;

Send the message silently

duration
Duration duration;

Duration of sent video

height
int height;

Video height

parse_mode
ParseMode parse_mode;

Parse mode of the caption

reply_markup
ReplyMarkup reply_markup;

Additional interface options

reply_to_message_id
int reply_to_message_id;

If the message is a reply, ID of the original message

supports_streaming
bool supports_streaming;

Pass true, if the uploaded video is suitable for streaming

thumb
string thumb;

Thumbnail of the file sent

video
string video;

Video file to send

width
int width;

Video width

See Also

Meta