public static class TdApi.RemoveNotificationGroup extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
maxNotificationId
The maximum identifier of removed notifications.
|
int |
notificationGroupId
Notification group identifier.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int notificationGroupId
public int maxNotificationId
public static final int CONSTRUCTOR
public RemoveNotificationGroup()
Returns Ok
public RemoveNotificationGroup(int notificationGroupId, int maxNotificationId)
Returns Ok
notificationGroupId
- Notification group identifier.maxNotificationId
- The maximum identifier of removed notifications.public int getConstructor()
getConstructor
in class TdApi.Function