Module tdlight.api

Class TdApi.GetPollVoters

Enclosing class:
TdApi

public static final class TdApi.GetPollVoters extends TdApi.Function<TdApi.MessageSenders>
Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib.

Returns MessageSenders

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the chat to which the poll belongs.
    static final int
    Identifier uniquely determining type of the object.
    int
    The maximum number of voters to be returned; must be positive and can't be greater than 50.
    long
    Identifier of the message containing the poll.
    int
    Number of voters to skip in the result; must be non-negative.
    int
    0-based identifier of the answer option.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns message senders voted for the specified option in a non-anonymous polls.
    GetPollVoters(long chatId, long messageId, int optionId, int offset, int limit)
    Returns message senders voted for the specified option in a non-anonymous polls.
    Returns message senders voted for the specified option in a non-anonymous polls.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Function

    toString

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Identifier of the chat to which the poll belongs.
    • messageId

      public long messageId
      Identifier of the message containing the poll.
    • optionId

      public int optionId
      0-based identifier of the answer option.
    • offset

      public int offset
      Number of voters to skip in the result; must be non-negative.
    • limit

      public int limit
      The maximum number of voters to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned voters is chosen by TDLib and can be smaller than the specified limit, even if the end of the voter list has not been reached.
    • CONSTRUCTOR

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

    • GetPollVoters

      public GetPollVoters()
      Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib.

      Returns MessageSenders

    • GetPollVoters

      public GetPollVoters(long chatId, long messageId, int optionId, int offset, int limit)
      Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib.

      Returns MessageSenders

      Parameters:
      chatId - Identifier of the chat to which the poll belongs.
      messageId - Identifier of the message containing the poll.
      optionId - 0-based identifier of the answer option.
      offset - Number of voters to skip in the result; must be non-negative.
      limit - The maximum number of voters to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned voters is chosen by TDLib and can be smaller than the specified limit, even if the end of the voter list has not been reached.

      Returns MessageSenders

    • GetPollVoters

      public GetPollVoters(DataInput input) throws IOException
      Returns message senders voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib.

      Returns MessageSenders

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object