Uses of Class
it.tdlight.jni.TdApi.Notification
-
Uses of TdApi.Notification in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.UpdateNotificationGroup.addedNotifications
List of added group notifications, sorted by notification ID.TdApi.UpdateNotification.notification
Changed notification.TdApi.NotificationGroup.notifications
The list of active notifications.ModifierConstructorDescriptionNotificationGroup
(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications.UpdateNotification
(int notificationGroupId, TdApi.Notification notification) A notification was changed.UpdateNotificationGroup
(int notificationGroupId, TdApi.NotificationGroupType type, long chatId, long notificationSettingsChatId, long notificationSoundId, int totalCount, TdApi.Notification[] addedNotifications, int[] removedNotificationIds) A list of active notifications in a notification group has changed.