public static class TdApi.ChatEventPollStopped extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
The message with the poll.
|
| Constructor and Description |
|---|
ChatEventPollStopped()
A poll in a message was stopped.
|
ChatEventPollStopped(TdApi.Message message)
A poll in a message was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message message
public static final int CONSTRUCTOR
public ChatEventPollStopped()
public ChatEventPollStopped(TdApi.Message message)
message - The message with the poll.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object