ex_gram v0.8.0 ExGram.Model.Contact View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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