public static class TdApi.UpdateNotification extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Notification |
notification
Changed notification.
|
int |
notificationGroupId
Unique notification group identifier.
|
| Constructor and Description |
|---|
UpdateNotification()
A notification was changed.
|
UpdateNotification(int notificationGroupId,
TdApi.Notification notification)
A notification was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int notificationGroupId
public TdApi.Notification notification
public static final int CONSTRUCTOR
public UpdateNotification()
public UpdateNotification(int notificationGroupId,
TdApi.Notification notification)
notificationGroupId - Unique notification group identifier.notification - Changed notification.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object