Represents the content of a contact message to be sent as the result of an inline query.
@type t() :: %Telegex.Type.InputContactMessageContent{ first_name: String.t(), last_name: String.t() | nil, phone_number: String.t(), vcard: String.t() | nil }