Class TdApi.PushMessageContentChecklist

Enclosing class:
TdApi

public static class TdApi.PushMessageContentChecklist extends TdApi.PushMessageContent
A message with a checklist.
  • Field Details

    • title

      public String title
      Checklist title.
    • isPinned

      public boolean isPinned
      True, if the message is a pinned message with the specified content.
    • CONSTRUCTOR

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

    • PushMessageContentChecklist

      public PushMessageContentChecklist()
      A message with a checklist.
    • PushMessageContentChecklist

      public PushMessageContentChecklist(String title, boolean isPinned)
      A message with a checklist.
      Parameters:
      title - Checklist title.
      isPinned - True, if the message is a pinned message with the specified content.
  • 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