Message.reply_video_note¶
Reply to the message with a video note. Shortcut for sendVideoNote.
Message.reply_video_note(
video_note: InputFile | str,
thumbnail: InputThumbnail | None = None,
duration: int = 0,
length: int = 0,
disable_notification: bool = False,
protect_content: bool = False,
allow_paid_broadcast: bool = False,
topic_id: MessageTopic | None = None,
quote: InputTextQuote | None = None,
no_reply: bool = False,
ephemeral: bool = False,
receiver_user_id: int = 0,
reply_markup: ReplyMarkupInlineKeyboard | ReplyMarkupShowKeyboard | ReplyMarkupForceReply | ReplyMarkupRemoveKeyboard | None = None
) → Error | Message