//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult](../index.md)/[InlineQueryResultDocumentImpl](index.md) # InlineQueryResultDocumentImpl [common] data class [InlineQueryResultDocumentImpl](index.md) : [InlineQueryResultDocument](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/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)>?
| | [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
| | [mimeType](mime-type.md)| [common] open override val [mimeType](mime-type.md): [MimeType](../../dev.inmo.tgbotapi.utils/-mime-type/index.md)
| | [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
| | [thumbHeight](thumb-height.md)| [common] open override val [thumbHeight](thumb-height.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)? = null
| | [thumbUrl](thumb-url.md)| [common] open override val [thumbUrl](thumb-url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
| | [thumbWidth](thumb-width.md)| [common] open override val [thumbWidth](thumb-width.md): [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/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)
| | [url](url.md)| [common] open override val [url](url.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|