Package org.drinkless.tdlib
Class TdApi.MessageChecklistTasksAdded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageChecklistTasksAdded
- Enclosing class:
- TdApi
Some tasks were added to a checklist.
-
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.List of tasks added to the checklist. -
Constructor Summary
ConstructorsConstructorDescriptionSome tasks were added to a checklist.MessageChecklistTasksAdded
(long checklistMessageId, TdApi.ChecklistTask[] tasks) 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
-
checklistMessageId
public long checklistMessageIdIdentifier of the message with the checklist; can be 0 if the message was deleted. -
tasks
List of tasks added to the checklist. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageChecklistTasksAdded
public MessageChecklistTasksAdded()Some tasks were added to a checklist. -
MessageChecklistTasksAdded
Some tasks were added to a checklist.- Parameters:
checklistMessageId
- Identifier of the message with the checklist; can be 0 if the message was deleted.tasks
- List of tasks added to the checklist.
-
-
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
-