SendVideoNoteMethod

Method to send video messages

Members

Mixins

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

Variables

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

length
int length;

Video width and height, i.e. diameter of the video message

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

thumb
string thumb;

Thumbnail of the file sent

video_note
string video_note;

Video note to send

See Also

Meta