Uses of Class
org.drinkless.tdlib.TdApi.NotificationGroupType
-
Packages that use TdApi.NotificationGroupType Package Description org.drinkless.tdlib -
-
Uses of TdApi.NotificationGroupType in org.drinkless.tdlib
Subclasses of TdApi.NotificationGroupType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.NotificationGroupTypeCallsA group containing notifications of type notificationTypeNewCall.static classTdApi.NotificationGroupTypeMentionsA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.static classTdApi.NotificationGroupTypeMessagesA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.static classTdApi.NotificationGroupTypeSecretChatA group containing a notification of type notificationTypeNewSecretChat.Fields in org.drinkless.tdlib declared as TdApi.NotificationGroupType Modifier and Type Field Description TdApi.NotificationGroupTypeTdApi.NotificationGroup. typeType of the group.TdApi.NotificationGroupTypeTdApi.UpdateNotificationGroup. typeNew type of the notification group.Constructors in org.drinkless.tdlib with parameters of type TdApi.NotificationGroupType Constructor Description NotificationGroup(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, boolean isSilent, int totalCount, TdApi.Notification[] addedNotifications, int[] removedNotificationIds)A list of active notifications in a notification group has changed.
-