Uses of Class
it.tdlight.jni.TdApi.NotificationGroupType
-
Uses of TdApi.NotificationGroupType in it.tdlight.jni
Subclasses of TdApi.NotificationGroupType in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA group containing notifications of type notificationTypeNewCall.static final classA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.static final classA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.static final classA group containing a notification of type notificationTypeNewSecretChat.Fields in it.tdlight.jni declared as TdApi.NotificationGroupTypeModifier and TypeFieldDescriptionTdApi.NotificationGroup.typeType of the group.TdApi.UpdateNotificationGroup.typeNew type of the notification group.Constructors in it.tdlight.jni with parameters of type TdApi.NotificationGroupTypeModifierConstructorDescriptionNotificationGroup(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications.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.