ExClubhouse v0.5.2 ExClubhouse.Model.Group View Source

Group model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Group{
  app_url: binary(),
  archived: boolean(),
  description: binary(),
  display_icon: ExClubhouse.Model.Icon.t() | nil,
  entity_type: binary(),
  id: binary(),
  member_ids: [binary()],
  mention_name: binary(),
  name: binary()
}