Class TdApi.PollVoter

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

public static class TdApi.PollVoter extends TdApi.Object
Represents a poll voter.
  • Field Details

    • voterId

      public TdApi.MessageSender voterId
      The voter identifier.
    • date

      public int date
      Point in time (Unix timestamp) when the vote was added.
    • CONSTRUCTOR

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

    • PollVoter

      public PollVoter()
      Represents a poll voter.
    • PollVoter

      public PollVoter(TdApi.MessageSender voterId, int date)
      Represents a poll voter.
      Parameters:
      voterId - The voter identifier.
      date - Point in time (Unix timestamp) when the vote was added.
  • 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