Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Notifications

Notifications is an API module for managing notifications

Notifications are generated by thread and account activity.

extends

API

Hierarchy

  • API
    • Notifications

Index

Constructors

Methods

Constructors

constructor

Methods

list

read

  • read(id: string): Promise<boolean>
  • Marks a notifiction as read by ID

    Parameters

    • id: string

      ID of the target notification

    Returns Promise<boolean>

    Whether the operation was successful

readAll

  • readAll(): Promise<boolean>