View Source ExTDLib.Object.NotificationGroup (ExTDLib v0.0.4)
Describes a group of notifications.
| Name | Type | Description |
|---|---|---|
| id | number | Unique persistent auto-incremented from 1 identifier of the notification group. |
| type | NotificationGroupType | Type of the group. |
| chat_id | string | Identifier of a chat to which all notifications in the group belong. |
| total_count | number | Total number of active notifications in the group. |
| notifications | notification | The list of active notifications. |
More details on telegram's documentation.