public static class TdApi.UpdateActiveNotifications extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.NotificationGroup[] |
groups
Lists of active notification groups.
|
| Constructor and Description |
|---|
UpdateActiveNotifications()
Contains active notifications that were shown on previous application launches.
|
UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
Contains active notifications that were shown on previous application launches.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.NotificationGroup[] groups
public static final int CONSTRUCTOR
public UpdateActiveNotifications()
public UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
groups - Lists of active notification groups.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object