SendVideoMethod

Undocumented in source.

Members

Mixins

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

Variables

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

Meta