public static class TdApi.UpdateActiveNotifications extends TdApi.Update
TdApi.Update.Constructors
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 was shown on previous application launches.
|
UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
Contains active notifications that was shown on previous application launches.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.NotificationGroup[] groups
public static final int CONSTRUCTOR
public UpdateActiveNotifications()
public UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
groups
- Lists of active notification groups.public int getConstructor()
getConstructor
in class TdApi.Update