toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent
/
InputContactMessageContent
Input
Contact
Message
Content
@
Serializable
data
class
InputContactMessageContent
(
val
phoneNumber
:
String
,
val
firstName
:
String
,
val
lastName
:
String
?
=
null
,
val
vcard
:
String
?
=
null
)
:
CommonContactData
,
InputMessageContent
Members
Constructors
Input
Contact
Message
Content
Link copied to clipboard
constructor
(
phoneNumber
:
String
,
firstName
:
String
,
lastName
:
String
?
=
null
,
vcard
:
String
?
=
null
)
Properties
first
Name
Link copied to clipboard
@
SerialName
(
value
=
"first_name"
)
open
override
val
firstName
:
String
last
Name
Link copied to clipboard
@
SerialName
(
value
=
"last_name"
)
open
override
val
lastName
:
String
?
=
null
phone
Number
Link copied to clipboard
@
SerialName
(
value
=
"phone_number"
)
open
override
val
phoneNumber
:
String
vcard
Link copied to clipboard
@
SerialName
(
value
=
"vcard"
)
open
override
val
vcard
:
String
?
=
null