Package org.drinkless.tdlib
Class TdApi.UpdatePoll
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdatePoll
-
- Enclosing class:
- TdApi
public static class TdApi.UpdatePoll extends TdApi.Update
A poll was updated; for bots only.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PollpollNew data about the poll.
-
Constructor Summary
Constructors Constructor Description UpdatePoll()A poll was updated; for bots only.UpdatePoll(TdApi.Poll poll)A poll was updated; for bots only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
poll
public TdApi.Poll poll
New data about the poll.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdatePoll
public UpdatePoll()
A poll was updated; for bots only.
-
UpdatePoll
public UpdatePoll(TdApi.Poll poll)
A poll was updated; for bots only.- Parameters:
poll- New data about the poll.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-