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

Voice State Update Event

Link to this section Summary

Types

t()

Time at which the user requested to speak, if applicable

Link to this section Types

Specs

t() :: %Remedy.Schema.VoiceState{
  channel_id: Sunbake.Snowflake.t(),
  deaf?: boolean(),
  guild_id: Sunbake.Snowflake.t(),
  member: Remedy.Schema.Member.t() | nil,
  mute?: boolean(),
  request_to_speak_timestamp: Sunbake.ISO8601.t() | nil,
  self_deaf?: boolean(),
  self_mute?: boolean(),
  self_stream?: boolean(),
  self_video?: boolean(),
  session_id: String.t(),
  suppress?: boolean(),
  user_id: Sunbake.Snowflake.t()
}

Time at which the user requested to speak, if applicable

Link to this section Functions

Link to this function

changeset(model, params)

View Source