Class TdApi.RemoveNotificationGroup

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.RemoveNotificationGroup
Enclosing class:
TdApi

public static class TdApi.RemoveNotificationGroup
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details