data class VideoNoteContent : MediaContent
(source)
(common)
<init> |
VideoNoteContent(media: VideoNoteFile) |
(common)
media |
val media: VideoNoteFile |
(common)
asInputMedia |
fun asInputMedia(): InputMediaVideo |
(common)
createResend |
fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, replyToMessageId: MessageIdentifier?, replyMarkup: KeyboardMarkup?): Request<ContentMessage<VideoNoteContent>> fun createResend(chatId: ChatIdentifier, caption: String?, parseMode: ParseMode? = null, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): Request<ContentMessage<VideoNoteContent>> |