public static class TdApi.UpdatePoll extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Poll |
poll
New data about the poll.
|
Constructor and Description |
---|
UpdatePoll()
A poll was updated; for bots only.
|
UpdatePoll(TdApi.Poll poll)
A poll was updated; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Poll poll
public static final int CONSTRUCTOR
public UpdatePoll()
public UpdatePoll(TdApi.Poll poll)
poll
- New data about the poll.public int getConstructor()
getConstructor
in class TdApi.Update