View Source Telegex.Type.Contact (Telegex v1.8.0)

This object represents a phone contact.

Summary

Types

@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
}