public static class TdApi.RemoveNotification extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
notificationGroupId
Identifier of notification group to which the notification belongs.
|
int |
notificationId
Identifier of removed notification.
|
| Constructor and Description |
|---|
RemoveNotification()
Default constructor for a function, which removes an active notification from notification list.
|
RemoveNotification(int notificationGroupId,
int notificationId)
Creates a function, which removes an active notification from notification list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int notificationGroupId
public int notificationId
public static final int CONSTRUCTOR
public RemoveNotification()
Returns Ok
public RemoveNotification(int notificationGroupId,
int notificationId)
Returns Ok
notificationGroupId - Identifier of notification group to which the notification belongs.notificationId - Identifier of removed notification.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object