//[docs](../../../index.md)/[dev.inmo.tgbotapi.CommonAbstracts](../index.md)/[CommonContactData](index.md) # CommonContactData [common] interface [CommonContactData](index.md) ## Properties | Name | Summary | |---|---| | [firstName](first-name.md)| [common] abstract val [firstName](first-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [lastName](last-name.md)| [common] abstract val [lastName](last-name.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
| | [phoneNumber](phone-number.md)| [common] abstract val [phoneNumber](phone-number.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [vcard](vcard.md)| [common] abstract val [vcard](vcard.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)?
| ## Inheritors | Name | |---| | [Contact](../../dev.inmo.tgbotapi.types/-contact/index.md)| | [InlineQueryResultContact](../../dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.md)| | [InputContactMessageContent](../../dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.md)|