Mute either until a specific time (untilSeconds, Unix epoch) or forever (forever: true). At least one must be set.
untilSeconds
forever: true
@type t() :: %Spatio.Model.DmMuteRequest{ accountId: String.t() | nil, forever: boolean() | nil, untilSeconds: integer() | nil }