Uses of Class
org.drinkless.tdlib.TdApi.NotificationGroupType
Packages that use TdApi.NotificationGroupType
-
Uses of TdApi.NotificationGroupType in org.drinkless.tdlib
Subclasses of TdApi.NotificationGroupType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA group containing notifications of type notificationTypeNewCall.static 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 classA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.static classA group containing a notification of type notificationTypeNewSecretChat.Fields in org.drinkless.tdlib declared as TdApi.NotificationGroupTypeModifier and TypeFieldDescriptionTdApi.NotificationGroup.typeType of the group.TdApi.UpdateNotificationGroup.typeNew type of the notification group.Constructors in org.drinkless.tdlib 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.