java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdatePoll
- Enclosing class:
- TdApi
A poll was updated; for bots only.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
New data about the poll. -
Constructor Summary
ConstructorDescriptionA poll was updated; for bots only.UpdatePoll
(TdApi.Poll poll) A poll was updated; for bots only.UpdatePoll
(DataInput input) A poll was updated; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
poll
New data about the poll. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdatePoll
public UpdatePoll()A poll was updated; for bots only. -
UpdatePoll
A poll was updated; for bots only.- Parameters:
poll
- Poll New data about the poll.
-
UpdatePoll
A poll was updated; for bots only.- 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()
-