Class TdApi.InputMessageChecklist

Enclosing class:
TdApi

public static class TdApi.InputMessageChecklist extends TdApi.InputMessageContent
A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
  • Field Details

    • checklist

      public TdApi.InputChecklist checklist
      The checklist to send.
    • CONSTRUCTOR

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

    • InputMessageChecklist

      public InputMessageChecklist()
      A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
    • InputMessageChecklist

      public InputMessageChecklist(TdApi.InputChecklist checklist)
      A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
      Parameters:
      checklist - The checklist to send.
  • 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