Video
constructor(id: String, videoUrl: String, mimeType: String, thumbnailUrl: String, title: String, caption: String? = null, parseMode: ParseMode? = null, captionEntities: List<MessageEntity>? = null, videoWidth: Int? = null, videoHeight: Int? = null, videoDuration: Int? = null, description: String? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null, showCaptionAboveMedia: Boolean? = null)