This object represents a phone contact.
@type t() :: %Telegex.Type.Contact{ first_name: String.t(), last_name: String.t() | nil, phone_number: String.t(), user_id: integer() | nil, vcard: String.t() | nil }