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 Detail

      • errorMessage

        public String errorMessage
        The error message.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - The error message.