Class TdApi.PollVoters

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

public static class TdApi.PollVoters extends TdApi.Object
Represents a list of poll voters.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of poll voters found.
    • voters

      public TdApi.PollVoter[] voters
      List of poll voters.
    • CONSTRUCTOR

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

    • PollVoters

      public PollVoters()
      Represents a list of poll voters.
    • PollVoters

      public PollVoters(int totalCount, TdApi.PollVoter[] voters)
      Represents a list of poll voters.
      Parameters:
      totalCount - Approximate total number of poll voters found.
      voters - List of poll voters.
  • 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