Class TdApi.MessageChecklistTasksAdded

Enclosing class:
TdApi

public static class TdApi.MessageChecklistTasksAdded extends TdApi.MessageContent
Some tasks were added to a checklist.
  • Field Details

    • checklistMessageId

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

      public TdApi.ChecklistTask[] tasks
      List of tasks added to the checklist.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageChecklistTasksAdded

      public MessageChecklistTasksAdded()
      Some tasks were added to a checklist.
    • MessageChecklistTasksAdded

      public MessageChecklistTasksAdded(long checklistMessageId, TdApi.ChecklistTask[] tasks)
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR