public static class TdApi.UpdateNotification extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update