Input Contact Message Content
data class InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String?, vcard: String?) : InputMessageContent
Content copied to clipboard
Represents the content of a contact message to be sent as the result of an inline query.
Parameters
phoneNumber
Contact's phone number
firstName
Contact's first name
lastName
Optional. Contact's last name
vcard
Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes
Constructors
InputContactMessageContent
Link copied to clipboard
fun InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)
Content copied to clipboard
Contact's phone number
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard