You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[updateAsSeen](docs/sdks/novumessages/README.md#updateasseen) - Mark message action as seen
485
-
*[markAll](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen. Optionally you can pass feed id (or array) to mark messages of a particular feed.
485
+
*[markAll](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen.
486
486
*[markAllAs](docs/sdks/novumessages/README.md#markallas) - Mark a subscriber messages as seen, read, unseen or unread
-[`subscribersList`](docs/sdks/subscribers/README.md#list) - Get subscribers
558
-
-[`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen. Optionally you can pass feed id (or array) to mark messages of a particular feed.
566
+
-[`subscribersMessagesMarkAll`](docs/sdks/novumessages/README.md#markall) - Marks all the subscriber messages as read, unread, seen or unseen.
559
567
-[`subscribersMessagesMarkAllAs`](docs/sdks/novumessages/README.md#markallas) - Mark a subscriber messages as seen, read, unseen or unread
560
568
-[`subscribersMessagesUpdateAsSeen`](docs/sdks/novumessages/README.md#updateasseen) - Mark message action as seen
561
569
-[`subscribersNotificationsFeed`](docs/sdks/novunotifications/README.md#feed) - Get in-app notification feed for a particular subscriber
@@ -566,15 +574,17 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
566
574
-[`subscribersPropertiesUpdateOnlineFlag`](docs/sdks/properties/README.md#updateonlineflag) - Update subscriber online status
567
575
-[`subscribersRetrieve`](docs/sdks/subscribers/README.md#retrieve) - Get subscriber
568
576
-[`subscribersSearch`](docs/sdks/subscribers/README.md#search) - Search for subscribers
577
+
-[`subscribersTopicsList`](docs/sdks/novutopics/README.md#list) - List topics a subscriber is subscribed to
-[`topicsSubscriptionsCreate`](docs/sdks/subscriptions/README.md#create) - Create topic subscriptions, if the topic does not exist, it will be created.
Copy file name to clipboardExpand all lines: docs/models/components/activitynotificationresponsedto.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,4 +76,5 @@ let value: ActivityNotificationResponseDto = {
76
76
|`payload`|[components.ActivityNotificationResponseDtoPayload](../../models/components/activitynotificationresponsedtopayload.md)|:heavy_minus_sign:| Payload of the notification |
77
77
|`tags`|*string*[]|:heavy_minus_sign:| Tags associated with the notification |
78
78
|`controls`|[components.Controls](../../models/components/controls.md)|:heavy_minus_sign:| Controls associated with the notification |
79
-
|`to`|[components.ActivityNotificationResponseDtoTo](../../models/components/activitynotificationresponsedtoto.md)|:heavy_minus_sign:| To field for subscriber definition |
79
+
|`to`|[components.ActivityNotificationResponseDtoTo](../../models/components/activitynotificationresponsedtoto.md)|:heavy_minus_sign:| To field for subscriber definition |
80
+
|`topics`|[components.ActivityTopicDto](../../models/components/activitytopicdto.md)[]|:heavy_minus_sign:| Topics of the notification |
0 commit comments