Spatio.Model.DmMuteRequest (spatio_sdk v0.0.2)

Mute either until a specific time (untilSeconds, Unix epoch) or forever (forever: true). At least one must be set.

Summary

Types

t()

@type t() :: %Spatio.Model.DmMuteRequest{
  accountId: String.t() | nil,
  forever: boolean() | nil,
  untilSeconds: integer() | nil
}

Functions

decode(value)