ArchAstro. Types. NotificationPreferenceList
(archastro v0.2.0)
Copy Markdown
The complete set of notification preferences belonging to the authenticated viewer.
Summary
Types
@type t() :: %ArchAstro.Types.NotificationPreferenceList{ data: [ArchAstro.Types.NotificationPreference.t()] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()