-
Constructors in it.tdlight.jni 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.
|