Package org.drinkless.tdlib
Class TdApi.PushMessageContentChecklistTasksDone
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PushMessageContent
org.drinkless.tdlib.TdApi.PushMessageContentChecklistTasksDone
- Enclosing class:
- TdApi
Some tasks from a checklist were marked as done or not done.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of changed tasks. -
Constructor Summary
ConstructorsConstructorDescriptionSome tasks from a checklist were marked as done or not done.PushMessageContentChecklistTasksDone
(int taskCount) Some tasks from a checklist were marked as done or not done. -
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 changed tasks. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PushMessageContentChecklistTasksDone
public PushMessageContentChecklistTasksDone()Some tasks from a checklist were marked as done or not done. -
PushMessageContentChecklistTasksDone
public PushMessageContentChecklistTasksDone(int taskCount) Some tasks from a checklist were marked as done or not done.- Parameters:
taskCount
- Number of changed 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
-