Package org.drinkless.tdlib
Class TdApi.MessageChecklistTasksDone
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChecklistTasksDone
- Enclosing class:
- TdApi
Some tasks from a checklist were marked as done or not done.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Identifier of the message with the checklist; can be 0 if the message was deleted.static final int
Identifier uniquely determining type of the object.int[]
Identifiers of tasks that were marked as done.int[]
Identifiers of tasks that were marked as not done. -
Constructor Summary
ConstructorsConstructorDescriptionSome tasks from a checklist were marked as done or not done.MessageChecklistTasksDone
(long checklistMessageId, int[] markedAsDoneTaskIds, int[] markedAsNotDoneTaskIds) 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
-
checklistMessageId
public long checklistMessageIdIdentifier of the message with the checklist; can be 0 if the message was deleted. -
markedAsDoneTaskIds
public int[] markedAsDoneTaskIdsIdentifiers of tasks that were marked as done. -
markedAsNotDoneTaskIds
public int[] markedAsNotDoneTaskIdsIdentifiers of tasks that were marked as not done. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChecklistTasksDone
public MessageChecklistTasksDone()Some tasks from a checklist were marked as done or not done. -
MessageChecklistTasksDone
public MessageChecklistTasksDone(long checklistMessageId, int[] markedAsDoneTaskIds, int[] markedAsNotDoneTaskIds) Some tasks from a checklist were marked as done or not done.- Parameters:
checklistMessageId
- Identifier of the message with the checklist; can be 0 if the message was deleted.markedAsDoneTaskIds
- Identifiers of tasks that were marked as done.markedAsNotDoneTaskIds
- Identifiers of tasks that were marked as not done.
-
-
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
-