VideoNoteContent

data class VideoNoteContent(val media: VideoNoteFile) : MediaContent

Constructors

Link copied to clipboard
fun VideoNoteContent(media: VideoNoteFile)

Functions

Link copied to clipboard
open override fun asTelegramMedia(): TelegramMediaVideo
Link copied to clipboard
open override fun createResend(    chatId: ChatIdentifier,     disableNotification: Boolean,     protectContent: Boolean,     replyToMessageId: MessageId?,     allowSendingWithoutReply: Boolean?,     replyMarkup: KeyboardMarkup?): Request<ContentMessage<VideoNoteContent>>

Properties

Link copied to clipboard
open override val media: VideoNoteFile