Package org.drinkless.tdlib
Class TdApi.ChatEventPollStopped
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventPollStopped
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventPollStopped extends TdApi.ChatEventAction
A poll in a message was stopped.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessagemessageThe message with the poll.
-
Constructor Summary
Constructors Constructor Description ChatEventPollStopped()A poll in a message was stopped.ChatEventPollStopped(TdApi.Message message)A poll in a message was stopped.
-
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
-
message
public TdApi.Message message
The message with the poll.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventPollStopped
public ChatEventPollStopped()
A poll in a message was stopped.
-
ChatEventPollStopped
public ChatEventPollStopped(TdApi.Message message)
A poll in a message was stopped.- Parameters:
message- The message with the poll.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-