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 intIdentifier uniquely determining type of the object.intNumber 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 TypeMethodDescriptionintReturns 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-