Adds a priorityMode option for notifications. This returns only notifications from users that the given user follows and users that have a power badge.
Example
With priorityMode: false
# index.js
const result = await client.fetchAllNotifications(489795, {priorityMode: false});
console.log(JSON.stringify(result));
Overview
Adds a
priorityMode
option for notifications. This returns only notifications from users that the given user follows and users that have a power badge.Example
With
priorityMode: false
With
priorityMode: true