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

Stage Instance

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.StageInstance{
  __meta__: term(),
  channel: Remedy.Schema.Channel.t(),
  channel_id: term(),
  discoverable_disabled: boolean(),
  guild: Remedy.Schema.Guild.t(),
  guild_id: term(),
  id: term(),
  privacy_level: integer(),
  topic: String.t()
}

Link to this section Functions