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

Describes a group of notifications.

NameTypeDescription
idnumberUnique persistent auto-incremented from 1 identifier of the notification group.
typeNotificationGroupTypeType of the group.
chat_idstringIdentifier of a chat to which all notifications in the group belong.
total_countnumberTotal number of active notifications in the group.
notificationsnotificationThe list of active notifications.

More details on telegram's documentation.