public static class TdApi.RemoveNotificationGroup extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object