View Source ExTDLib.Object.UpdateNotificationGroup (ExTDLib v0.0.4)
A list of active notifications in a notification group has changed.
| Name | Type | Description |
|---|---|---|
| notification_group_id | number | Unique notification group identifier. |
| type | NotificationGroupType | New type of the notification group. |
| chat_id | string | Identifier of a chat to which all notifications in the group belong. |
| notification_settings_chat_id | string | Chat identifier, which notification settings must be applied to the added notifications. |
| notification_sound_id | string | Identifier of the notification sound to be played; 0 if sound is disabled. |
| total_count | number | Total number of unread notifications in the group, can be bigger than number of active notifications. |
| added_notifications | notification | List of added group notifications, sorted by notification identifier. |
| removed_notification_ids | number | Identifiers of removed group notifications, sorted by notification identifier. |
More details on telegram's documentation.