NotificationGroupType
public indirect enum NotificationGroupType : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum
Describes the type of notifications in a notification group
-
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages
Declaration
Swift
case messages
-
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message
Declaration
Swift
case mentions
-
A group containing a notification of type notificationTypeNewSecretChat
Declaration
Swift
case secretChat
-
A group containing notifications of type notificationTypeNewCall
Declaration
Swift
case calls