Package org.drinkless.tdlib
Class TdApi.NotificationGroup
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.NotificationGroup
- Enclosing class:
- TdApi
Describes a group of notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of a chat to which all notifications in the group belong.static final intIdentifier uniquely determining type of the object.intUnique persistent auto-incremented from 1 identifier of the notification group.The list of active notifications.intTotal number of active notifications in the group.Type of the group. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a group of notifications.NotificationGroup(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
public int idUnique persistent auto-incremented from 1 identifier of the notification group. -
type
Type of the group. -
chatId
public long chatIdIdentifier of a chat to which all notifications in the group belong. -
totalCount
public int totalCountTotal number of active notifications in the group. -
notifications
The list of active notifications. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
NotificationGroup
public NotificationGroup()Describes a group of notifications. -
NotificationGroup
public NotificationGroup(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications.- Parameters:
id- Unique persistent auto-incremented from 1 identifier of the notification group.type- Type of the group.chatId- Identifier of a chat to which all notifications in the group belong.totalCount- Total number of active notifications in the group.notifications- The list of active notifications.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-