mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-24 01:46:30 +00:00
2.2 KiB
2.2 KiB
//docs/dev.inmo.tgbotapi.extensions.api.send.media/replyWithVideoNote
replyWithVideoNote
[common]
Content
inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>
inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage<VideoNoteContent>