java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdatePollAnswer
- Enclosing class:
- TdApi
A user changed the answer to a poll;
for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intint[]0-based identifiers of answer options, chosen by the user.longUnique poll identifier.longThe user, who changed the answer to the poll. -
Constructor Summary
ConstructorsConstructorDescriptionA user changed the answer to a poll; for bots only.UpdatePollAnswer(long pollId, long userId, int[] optionIds) A user changed the answer to a poll; for bots only.UpdatePollAnswer(DataInput input) A user changed the answer to a poll; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
pollId
public long pollIdUnique poll identifier. -
userId
public long userIdThe user, who changed the answer to the poll. -
optionIds
public int[] optionIds0-based identifiers of answer options, chosen by the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdatePollAnswer
public UpdatePollAnswer()A user changed the answer to a poll; for bots only. -
UpdatePollAnswer
public UpdatePollAnswer(long pollId, long userId, int[] optionIds) A user changed the answer to a poll; for bots only.- Parameters:
pollId- long Unique poll identifier.userId- long The user, who changed the answer to the poll.optionIds- int[] 0-based identifiers of answer options, chosen by the user.
-
UpdatePollAnswer
A user changed the answer to a poll; for bots only.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-