Uses of Class
org.drinkless.tdlib.TdApi.Notification
-
Packages that use TdApi.Notification Package Description org.drinkless.tdlib -
-
Uses of TdApi.Notification in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Notification Modifier and Type Field Description TdApi.Notification[]TdApi.UpdateNotificationGroup. addedNotificationsList of added group notifications, sorted by notification ID.TdApi.NotificationTdApi.UpdateNotification. notificationChanged notification.TdApi.Notification[]TdApi.NotificationGroup. notificationsThe list of active notifications.Constructors in org.drinkless.tdlib with parameters of type TdApi.Notification Constructor Description NotificationGroup(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, boolean isSilent, int totalCount, TdApi.Notification[] addedNotifications, int[] removedNotificationIds)A list of active notifications in a notification group has changed.
-