ExClubhouse v0.5.1 ExClubhouse.Model.Profile View Source

Profile model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Profile{
  deactivated: boolean(),
  display_icon: ExClubhouse.Model.Icon.t(),
  email_address: binary() | nil,
  entity_type: binary(),
  gravatar_hash: binary(),
  id: binary(),
  mention_name: binary(),
  name: binary() | nil,
  two_factor_auth_activated: boolean()
}