Interface InputContactMessageContent

Represents the content of a contact message to be sent as the result of an inline query.

interface InputContactMessageContent {
    firstName: string;
    lastName?: string;
    phoneNumber: string;
    vcard?: string;
}

Properties

firstName: string

Contact's first name

lastName?: string

Contact's last name

phoneNumber: string

Contact's phone number

vcard?: string

Additional data about the contact in the form of a vCard, 0-2048 bytes