InlineQueryResultContact¶
- class telegram.InlineQueryResultContact(id, phone_number, first_name, last_name=None, reply_markup=None, input_message_content=None, vcard=None, thumbnail_url=None, thumbnail_width=None, thumbnail_height=None, *, api_kwargs=None)[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.Changed in version 20.5: Removed the deprecated arguments and attributes
thumb_*
.- Parameters:
phone_number (
str
) – Contact’s phone number.first_name (
str
) – Contact’s first name.vcard (
str
, optional) – Additional data about the contact in the form of a vCard, 0-2048
bytes.reply_markup (
telegram.InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.input_message_content (
telegram.InputMessageContent
, optional) – Content of the message to be sent instead of the contact.thumbnail_url (
str
, optional) –Url of the thumbnail for the result.
Added in version 20.2.
thumbnail_width (
int
, optional) –Thumbnail width.
Added in version 20.2.
thumbnail_height (
int
, optional) –Thumbnail height.
Added in version 20.2.
- vcard[source]¶
Optional. Additional data about the contact in the form of a vCard, 0-
2048
bytes.- Type: