Telegex v0.0.2 Telegex.Model.Contact View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Telegex.Model.Contact{
  first_name: String.t(),
  last_name: String.t(),
  phone_number: String.t(),
  user_id: integer(),
  vcard: String.t()
}