//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult](../index.md)/[InlineQueryResultVideoCachedImpl](index.md) # InlineQueryResultVideoCachedImpl [common] data class [InlineQueryResultVideoCachedImpl](index.md) : [InlineQueryResultVideoCached](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.md) ## Properties | Name | Summary | |---|---| | [description](description.md)| [common] open override val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
| | [entities](entities.md)| [common] open override val [entities](entities.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextSource](../../dev.inmo.tgbotapi.CommonAbstracts/-text-source/index.md)>?
| | [fileId](file-id.md)| [common] open override val [fileId](file-id.md): [FileId](../../dev.inmo.tgbotapi.requests.abstracts/-file-id/index.md)
| | [id](id.md)| [common] open override val [id](id.md): [InlineQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
| | [inputMessageContent](input-message-content.md)| [common] open override val [inputMessageContent](input-message-content.md): [InputMessageContent](../../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-input-message-content/index.md)? = null
| | [parseMode](parse-mode.md)| [common] open override val [parseMode](parse-mode.md): [ParseMode](../../dev.inmo.tgbotapi.types.ParseMode/-parse-mode/index.md)? = null
| | [replyMarkup](reply-markup.md)| [common] open override val [replyMarkup](reply-markup.md): [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = null
| | [text](text.md)| [common] open override val [text](text.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
| | [title](title.md)| [common] open override val [title](title.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [type](type.md)| [common] open override val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|