Class TdApi.StatisticalGraphError

Enclosing class:
TdApi

public static class TdApi.StatisticalGraphError
extends TdApi.StatisticalGraph
An error message to be shown to the user instead of the graph.
  • Field Details

    • errorMessage

      public String errorMessage
      The error message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • StatisticalGraphError

      public StatisticalGraphError()
      An error message to be shown to the user instead of the graph.
    • StatisticalGraphError

      public StatisticalGraphError​(String errorMessage)
      An error message to be shown to the user instead of the graph.
      Parameters:
      errorMessage - String The error message.
    • StatisticalGraphError

      public StatisticalGraphError​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details