Package org.drinkless.tdlib
Class TdApi.RemoveNotificationGroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intmaxNotificationIdThe maximum identifier of removed notifications.intnotificationGroupIdNotification group identifier.
-
Constructor Summary
Constructors Constructor Description RemoveNotificationGroup()Default constructor for a function, which removes a group of active notifications.RemoveNotificationGroup(int notificationGroupId, int maxNotificationId)Creates a function, which removes a group of active notifications.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
notificationGroupId
public int notificationGroupId
Notification group identifier.
-
maxNotificationId
public int maxNotificationId
The maximum identifier of removed notifications.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoveNotificationGroup
public RemoveNotificationGroup()
Default constructor for a function, which 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)Creates a function, which 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- Notification group identifier.maxNotificationId- The maximum identifier of removed notifications.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-