View Source ExGram.Model.Contact (ex_gram v0.52.2)

This object represents a phone contact.

Check the documentation of this model in https://core.telegram.org/bots/api#contact

Summary

Types

@type t() :: %ExGram.Model.Contact{
  first_name: String.t(),
  last_name: String.t() | nil,
  phone_number: String.t(),
  user_id: integer() | nil,
  vcard: String.t() | nil
}

Functions