TootNotificationParams
public struct TootNotificationParams : Codable, Sendable
Undocumented
-
Undocumented
Declaration
Swift
public init(excludeTypes: [TootNotification.NotificationType]? = nil, types: [TootNotification.NotificationType]? = nil) -
Undocumented
Declaration
Swift
public init() -
Types of notifications to exclude from the search results
Declaration
Swift
public var excludeTypes: [TootNotification.NotificationType]? -
Types of notifications to include in the search results
Declaration
Swift
public var types: [TootNotification.NotificationType]?
TootNotificationParams Structure Reference