UnreadCount
The `UnreadCount` entity.
Definition
TypeScript
interface UnreadCount {
count: number;
}Fields
| Field | Type | Notes |
|---|---|---|
count | number | required — Number of unread notifications for the caller. |
The `UnreadCount` entity.
interface UnreadCount {
count: number;
}| Field | Type | Notes |
|---|---|---|
count | number | required — Number of unread notifications for the caller. |