1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-28 02:45:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.CommonAbstracts/-common-contact-data/index.md
2021-03-17 15:18:37 +00:00

2.3 KiB

//docs/dev.inmo.tgbotapi.CommonAbstracts/CommonContactData

CommonContactData

[common] interface CommonContactData

Properties

Name Summary
firstName [common] abstract val firstName: String
lastName [common] abstract val lastName: String?
phoneNumber [common] abstract val phoneNumber: String
vcard [common] abstract val vcard: String?

Inheritors

Name
Contact
InlineQueryResultContact
InputContactMessageContent