public static class TdApi.UpdatePoll extends TdApi.Update
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Poll poll
public static final int CONSTRUCTOR
public UpdatePoll()
public UpdatePoll(TdApi.Poll poll)
poll - New data about the poll.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object