toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types
/
InputMessageContent
/
ContactContent
Contact
Content
@
Serializable
data
class
ContactContent
(
val
phoneNumber
:
String
,
val
firstName
:
String
,
val
lastName
:
String
?
=
null
,
val
userId
:
Long
?
=
null
,
val
vcard
:
String
?
=
null
)
:
InputMessageContent
Members
Constructors
Contact
Content
Link copied to clipboard
constructor
(
phoneNumber
:
String
,
firstName
:
String
,
lastName
:
String
?
=
null
,
userId
:
Long
?
=
null
,
vcard
:
String
?
=
null
)
Properties
first
Name
Link copied to clipboard
val
firstName
:
String
last
Name
Link copied to clipboard
val
lastName
:
String
?
=
null
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
user
Id
Link copied to clipboard
val
userId
:
Long
?
=
null
vcard
Link copied to clipboard
val
vcard
:
String
?
=
null