public static class TdApi.UpdateHavePendingNotifications extends TdApi.Update
TdApi.Update.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
haveDelayedNotifications
True, if there are some delayed notification updates, which will be sent soon.
|
boolean |
haveUnreceivedNotifications
True, if there can be some yet unreceived notifications, which are being fetched from the server.
|
| Constructor and Description |
|---|
UpdateHavePendingNotifications()
Describes whether there are some pending notification updates.
|
UpdateHavePendingNotifications(boolean haveDelayedNotifications,
boolean haveUnreceivedNotifications)
Describes whether there are some pending notification updates.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic boolean haveDelayedNotifications
public boolean haveUnreceivedNotifications
public static final int CONSTRUCTOR
public UpdateHavePendingNotifications()
public UpdateHavePendingNotifications(boolean haveDelayedNotifications,
boolean haveUnreceivedNotifications)
haveDelayedNotifications - True, if there are some delayed notification updates, which will be sent soon.haveUnreceivedNotifications - True, if there can be some yet unreceived notifications, which are being fetched from the server.public int getConstructor()
getConstructor in class TdApi.Update