public static class TdApi.ChatEventPollStopped extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
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() |
toString
public TdApi.Message message
public static final int CONSTRUCTOR
public ChatEventPollStopped()
public ChatEventPollStopped(TdApi.Message message)
message
- The message with the poll.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction