Class TdApi.MessageChecklistTasksDone

Enclosing class:
TdApi

public static class TdApi.MessageChecklistTasksDone extends TdApi.MessageContent
Some tasks from a checklist were marked as done or not done.
  • Field Details

    • checklistMessageId

      public long checklistMessageId
      Identifier of the message with the checklist; can be 0 if the message was deleted.
    • markedAsDoneTaskIds

      public int[] markedAsDoneTaskIds
      Identifiers of tasks that were marked as done.
    • markedAsNotDoneTaskIds

      public int[] markedAsNotDoneTaskIds
      Identifiers of tasks that were marked as not done.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR