View Source ExTDLib.Object.UpdateNotificationGroup (ExTDLib v0.0.4)

A list of active notifications in a notification group has changed.

NameTypeDescription
notification_group_idnumberUnique notification group identifier.
typeNotificationGroupTypeNew type of the notification group.
chat_idstringIdentifier of a chat to which all notifications in the group belong.
notification_settings_chat_idstringChat identifier, which notification settings must be applied to the added notifications.
notification_sound_idstringIdentifier of the notification sound to be played; 0 if sound is disabled.
total_countnumberTotal number of unread notifications in the group, can be bigger than number of active notifications.
added_notificationsnotificationList of added group notifications, sorted by notification identifier.
removed_notification_idsnumberIdentifiers of removed group notifications, sorted by notification identifier.

More details on telegram's documentation.