telegram.InlineQueryResultContact

class telegram.InlineQueryResultContact(*args, **kwargs)[source]

Bases: telegram.InlineQueryResult

Represents a contact with a phone number. By default, this contact will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the contact.

Parameters
type[source]

'contact'.

Type

str

id[source]

Unique identifier for this result, 1-64 bytes.

Type

str

phone_number[source]

Contact’s phone number.

Type

str

first_name[source]

Contact’s first name.

Type

str

last_name[source]

Optional. Contact’s last name.

Type

str

vcard[source]

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

Type

str

reply_markup[source]

Optional. Inline keyboard attached to the message.

Type

telegram.InlineKeyboardMarkup

input_message_content[source]

Optional. Content of the message to be sent instead of the contact.

Type

telegram.InputMessageContent

thumb_url[source]

Optional. Url of the thumbnail for the result.

Type

str

thumb_width[source]

Optional. Thumbnail width.

Type

int

thumb_height[source]

Optional. Thumbnail height.

Type

int