Package org.drinkless.tdlib
Class TdApi.UpdateActiveNotifications
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateActiveNotifications
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateActiveNotifications extends TdApi.Update
Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.NotificationGroup[]groupsLists of active notification groups.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
groups
public TdApi.NotificationGroup[] groups
Lists of active notification groups.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateActiveNotifications
public UpdateActiveNotifications()
Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update.
-
UpdateActiveNotifications
public UpdateActiveNotifications(TdApi.NotificationGroup[] groups)
Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update.- Parameters:
groups- Lists of active notification groups.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-