Class TdApi.ReportStoryResultTextRequired

Enclosing class:
TdApi

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

    • optionId

      public byte[] optionId
      Option identifier for the next reportStory 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

    • ReportStoryResultTextRequired

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

      public ReportStoryResultTextRequired(byte[] optionId, boolean isOptional)
      The user must add additional text details to the report.
      Parameters:
      optionId - Option identifier for the next reportStory request.
      isOptional - True, if the user can skip text adding.
  • Method Details