- Enclosing class:
- TdApi
Removes a group of active notifications.
Needs to be called only if the
notification group is removed by the current user.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
The maximum identifier of removed notifications.int
Notification group identifier. -
Constructor Summary
ConstructorDescriptionRemoves a group of active notifications.RemoveNotificationGroup
(int notificationGroupId, int maxNotificationId) Removes a group of active notifications.RemoveNotificationGroup
(DataInput input) Removes a group of active notifications. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
notificationGroupId
public int notificationGroupIdNotification group identifier. -
maxNotificationId
public int maxNotificationIdThe 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. ReturnsOk
-
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. ReturnsOk
- Parameters:
notificationGroupId
- int Notification group identifier.maxNotificationId
- int The maximum identifier of removed notifications.
-
RemoveNotificationGroup
Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-