MuteAccountParams

public struct MuteAccountParams : Codable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var notifications: Bool
  • Undocumented

    Declaration

    Swift

    public var duration: Int
  • Declaration

    Swift

    public init(notifications: Bool = true,
                duration: Int = 0)

    Parameters

    notifications

    Mute notifications in addition to posts? Defaults to true.

    duration

    How long the mute should last, in seconds. Defaults to 0 (indefinite).