Remedy.Schema.Team (Remedy v0.6.8) View Source

Discord Team Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.Team{
  application: Remedy.Schema.App.t(),
  icon: String.t(),
  id: term(),
  name: String.t(),
  owner_user_id: Sunbake.Snowflake.t(),
  team_members: [Remedy.Schema.TeamMember.t()]
}

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source