ex_gram v0.5.0-rc5 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()
}