View Source Telegex.Type.InlineQueryResultContact (Telegex v1.8.0)
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.
Summary
Types
@type t() :: %Telegex.Type.InlineQueryResultContact{ first_name: String.t(), id: String.t(), input_message_content: Telegex.Type.InputMessageContent.t() | nil, last_name: String.t() | nil, phone_number: String.t(), reply_markup: Telegex.Type.InlineKeyboardMarkup.t() | nil, thumbnail_height: integer() | nil, thumbnail_url: String.t() | nil, thumbnail_width: integer() | nil, type: String.t(), vcard: String.t() | nil }