Module tdlight.api

Class TdApi.NotificationGroupTypeMentions

Enclosing class:
TdApi

public static final class TdApi.NotificationGroupTypeMentions extends TdApi.NotificationGroupType
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.
  • Field Details

  • Constructor Details

    • NotificationGroupTypeMentions

      public NotificationGroupTypeMentions()
      A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.
    • NotificationGroupTypeMentions

      public NotificationGroupTypeMentions(DataInput input) throws IOException
      A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.
      Throws:
      IOException
  • Method Details