NotificationGroup¶
Describes a group of notifications
NotificationGroup(
id: int32,
type: NotificationGroupType,
chat_id: int53,
total_count: int32,
notifications: list of Notification
) → NotificationGroup
id¶
int32
Unique persistent auto-incremented from 1 identifier of the notification group
type¶
Type of the group
chat_id¶
int53
Identifier of a chat to which all notifications in the group belong
total_count¶
int32
Total number of active notifications in the group
notifications¶
list of Notification
The list of active notifications