Package org.drinkless.tdlib
Class TdApi.PushMessageContentChecklistTasksAdded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PushMessageContent
org.drinkless.tdlib.TdApi.PushMessageContentChecklistTasksAdded
- Enclosing class:
- TdApi
Some tasks were added to a checklist.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of added tasks. -
Constructor Summary
ConstructorsConstructorDescriptionSome tasks were added to a checklist.PushMessageContentChecklistTasksAdded
(int taskCount) Some tasks were added to a checklist. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
taskCount
public int taskCountNumber of added tasks. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PushMessageContentChecklistTasksAdded
public PushMessageContentChecklistTasksAdded()Some tasks were added to a checklist. -
PushMessageContentChecklistTasksAdded
public PushMessageContentChecklistTasksAdded(int taskCount) Some tasks were added to a checklist.- Parameters:
taskCount
- Number of added tasks.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-