mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-09-01 13:49:48 +00:00
13 lines
2.2 KiB
Markdown
13 lines
2.2 KiB
Markdown
//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.api.send.media](index.md)/[replyWithVideoNote](reply-with-video-note.md)
|
|
|
|
|
|
|
|
# replyWithVideoNote
|
|
[common]
|
|
Content
|
|
inline suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[replyWithVideoNote](reply-with-video-note.md)(to: [Message](../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md), videoNote: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md), thumb: [InputFile](../dev.inmo.tgbotapi.requests.abstracts/-input-file/index.md)? = null, duration: [Long](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)? = null, size: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null, disableNotification: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, allowSendingWithoutReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, replyMarkup: [KeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.md)? = null): [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[VideoNoteContent](../dev.inmo.tgbotapi.types.message.content.media/-video-note-content/index.md)>
|
|
inline suspend fun [TelegramBot](../dev.inmo.tgbotapi.bot/index.md#%5Bdev.inmo.tgbotapi.bot%2FTelegramBot%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081).[replyWithVideoNote](reply-with-video-note.md)(to: [Message](../dev.inmo.tgbotapi.types.message.abstracts/-message/index.md), videoNote: [VideoNoteFile](../dev.inmo.tgbotapi.types.files/-video-note-file/index.md), disableNotification: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, allowSendingWithoutReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null, replyMarkup: [KeyboardMarkup](../dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.md)? = null): [ContentMessage](../dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.md)<[VideoNoteContent](../dev.inmo.tgbotapi.types.message.content.media/-video-note-content/index.md)>
|
|
|
|
|
|
|