- Enclosing class:
- TdApi
Returns users voted for the specified
option in a non-anonymous polls. For
optimal performance, the number of
returned users is chosen by TDLib.
Returns
Users
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat to which the poll belongs.static final int
int
The maximum number of users to be returned; must be positive and can't be greater than 50.long
Identifier of the message containing the poll.int
Number of users to skip in the result; must be non-negative.int
0-based identifier of the answer option. -
Constructor Summary
ConstructorDescriptionReturns users voted for the specified option in a non-anonymous polls.GetPollVoters
(long chatId, long messageId, int optionId, int offset, int limit) Returns users voted for the specified option in a non-anonymous polls.GetPollVoters
(DataInput input) Returns users voted for the specified option in a non-anonymous polls. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat to which the poll belongs. -
messageId
public long messageIdIdentifier of the message containing the poll. -
optionId
public int optionId0-based identifier of the answer option. -
offset
public int offsetNumber of users to skip in the result; must be non-negative. -
limit
public int limitThe maximum number of users to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned users 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- See Also:
-
-
Constructor Details
-
GetPollVoters
public GetPollVoters()Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib. ReturnsUsers
-
GetPollVoters
public GetPollVoters(long chatId, long messageId, int optionId, int offset, int limit) Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib. ReturnsUsers
- Parameters:
chatId
- long Identifier of the chat to which the poll belongs.messageId
- long Identifier of the message containing the poll.optionId
- int 0-based identifier of the answer option.offset
- int Number of users to skip in the result; must be non-negative.limit
- int The maximum number of users to be returned; must be positive and can't be greater than 50. For optimal performance, the number of returned users is chosen by TDLib and can be smaller than the specified limit, even if the end of the voter list has not been reached.
-
GetPollVoters
Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib. ReturnsUsers
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-