Interface NotificationGroupTypeMentions

A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message. Subtype of NotificationGroupType.

interface NotificationGroupTypeMentions {
    @type: "notificationGroupTypeMentions";
}

Properties

Properties

@type: "notificationGroupTypeMentions"