Skip to content

NotificationGroup

Type · TDLib 1.8.67 · d1085f9c

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

NotificationGroupType

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