ExClubhouse v0.6.0 ExClubhouse.Model.Input.Group View Source

Group input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Group{
  description: binary() | nil,
  display_icon_id: binary() | nil,
  member_ids: [binary()] | nil,
  mention_name: binary(),
  name: binary()
}