Skip to content

GramIO API Reference / gramio/dist / TelegramInputContactMessageContent

Interface: TelegramInputContactMessageContent

Defined in: @gramio/types/out/objects.d.ts:10295

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

Documentation

Properties

PropertyTypeDescriptionDefined in
first_namestringContact's first name@gramio/types/out/objects.d.ts:10303
last_name?stringOptional. Contact's last name@gramio/types/out/objects.d.ts:10307
phone_numberstringContact's phone number@gramio/types/out/objects.d.ts:10299
vcard?stringOptional. Additional data about the contact in the form of a vCard, 0-2048 bytes@gramio/types/out/objects.d.ts:10311