GroupedNotificationsResults entity
The response of the grouped notifications API: the notification groups plus the accounts and statuses they reference, deduplicated
Fields
accounts- list ofHunter.Accountreferenced by the groupspartial_accounts- partial account representations, only returned when requestingexpand_accounts=partial_avatarsstatuses- list ofHunter.Statusreferenced by the groupsnotification_groups- list ofHunter.NotificationGroup
Summary
Types
@type t() :: %Hunter.GroupedNotificationsResults{ accounts: [Hunter.Account.t()], notification_groups: [Hunter.NotificationGroup.t()], partial_accounts: [map()] | nil, statuses: [Hunter.Status.t()] }