Uses of Class
org.drinkless.tdlib.TdApi.Notification
Packages that use TdApi.Notification
-
Uses of TdApi.Notification in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.NotificationModifier and TypeFieldDescriptionTdApi.UpdateNotificationGroup.addedNotifications
List of added group notifications, sorted by notification identifier.TdApi.UpdateNotification.notification
Changed notification.TdApi.NotificationGroup.notifications
The list of active notifications.Constructors in org.drinkless.tdlib with parameters of type TdApi.NotificationModifierConstructorDescriptionNotificationGroup
(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.