public static class TdApi.RemoveNotification 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 |
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() |
toString
public 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()
getConstructor
in class TdApi.Function