//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult](../index.md)/[InlineQueryResultContact](index.md) # InlineQueryResultContact [common] data class [InlineQueryResultContact](index.md)(**id**: [InlineQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FInlineQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **phoneNumber**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **firstName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **lastName**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **vcard**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **thumbUrl**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?, **thumbWidth**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **thumbHeight**: [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)?, **replyMarkup**: [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)?, **inputMessageContent**: [InputMessageContent](../../dev.inmo.tgbotapi.types.InlineQueries.abstracts/-input-message-content/index.md)?) : [InlineQueryResult](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.md), [CommonContactData](../../dev.inmo.tgbotapi.CommonAbstracts/-common-contact-data/index.md), [WithInputMessageContentInlineQueryResult](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.md), [ThumbedInlineQueryResult](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.md), [ThumbSizedInlineQueryResult](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.md) ## Properties | Name | Summary | |---|---| | [firstName](first-name.md)| [common] open override val [firstName](first-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [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
| | [lastName](last-name.md)| [common] open override val [lastName](last-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
| | [phoneNumber](phone-number.md)| [common] open override val [phoneNumber](phone-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [replyMarkup](reply-markup.md)| [common] open override val [replyMarkup](reply-markup.md): [InlineKeyboardMarkup](../../dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.md)? = 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
| | [type](type.md)| [common] open override val [type](type.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [vcard](vcard.md)| [common] open override val [vcard](vcard.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null
|