Interface IRawUserNotificationsResponse

The raw data received when fetching the notifications of the given user.

interface IRawUserNotificationsResponse {
    globalObjects: GlobalObjects;
    timeline: Timeline;
}

Properties

globalObjects: GlobalObjects
timeline: Timeline