Class TdApi.ReportChatResultTextRequired

Enclosing class:
TdApi

public static class TdApi.ReportChatResultTextRequired extends TdApi.ReportChatResult
The user must add additional text details to the report.
  • Field Details

    • optionId

      public byte[] optionId
      Option identifier for the next reportChat request.
    • isOptional

      public boolean isOptional
      True, if the user can skip text adding.
    • CONSTRUCTOR

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

    • ReportChatResultTextRequired

      public ReportChatResultTextRequired()
      The user must add additional text details to the report.
    • ReportChatResultTextRequired

      public ReportChatResultTextRequired(byte[] optionId, boolean isOptional)
      The user must add additional text details to the report.
      Parameters:
      optionId - Option identifier for the next reportChat request.
      isOptional - True, if the user can skip text adding.
  • 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