Class TdApi.PollVoteStatistics

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PollVoteStatistics
Enclosing class:
TdApi

public static class TdApi.PollVoteStatistics extends TdApi.Object
A detailed statistics about poll votes.
  • Field Details

    • voteGraph

      public TdApi.StatisticalGraph voteGraph
      A graph containing distribution of votes in the poll.
    • CONSTRUCTOR

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

    • PollVoteStatistics

      public PollVoteStatistics()
      A detailed statistics about poll votes.
    • PollVoteStatistics

      public PollVoteStatistics(TdApi.StatisticalGraph voteGraph)
      A detailed statistics about poll votes.
      Parameters:
      voteGraph - A graph containing distribution of votes in the poll.
  • 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