Module tdlight.api

Class TdApi.RemoveNotificationGroup

Enclosing class:
TdApi

public static final class TdApi.RemoveNotificationGroup extends TdApi.Function<TdApi.Ok>
Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Returns Ok
  • Field Details

    • notificationGroupId

      public int notificationGroupId
      Notification group identifier.
    • maxNotificationId

      public int maxNotificationId
      The maximum identifier of removed notifications.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RemoveNotificationGroup

      public RemoveNotificationGroup()
      Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Returns Ok
    • RemoveNotificationGroup

      public RemoveNotificationGroup(int notificationGroupId, int maxNotificationId)
      Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Returns Ok
      Parameters:
      notificationGroupId - int Notification group identifier.
      maxNotificationId - int The maximum identifier of removed notifications.
    • RemoveNotificationGroup

      public RemoveNotificationGroup(DataInput input) throws IOException
      Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. Returns Ok
      Throws:
      IOException
  • Method Details