SendVideoMethod

Undocumented in source.

Members

Mixins

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

Variables

caption
string caption;
Undocumented in source.
chat_id
string chat_id;
Undocumented in source.
disable_notification
bool disable_notification;
Undocumented in source.
duration
uint duration;
Undocumented in source.
height
uint height;
Undocumented in source.
parse_mode
ParseMode parse_mode;
Undocumented in source.
reply_markup
ReplyMarkup reply_markup;
Undocumented in source.
reply_to_message_id
uint reply_to_message_id;
Undocumented in source.
supports_streaming
bool supports_streaming;
Undocumented in source.
video
string video;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta