Package org.drinkless.tdlib
Class TdApi.RemoveNotificationGroup
- 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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe maximum identifier of removed notifications.intNotification group identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
notificationGroupId
public int notificationGroupIdNotification group identifier. -
maxNotificationId
public int maxNotificationIdThe maximum identifier of removed notifications. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-