java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventPollStopped
- Enclosing class:
- TdApi
A poll in a message was stopped.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The message with the poll. -
Constructor Summary
ConstructorDescriptionA poll in a message was stopped.ChatEventPollStopped
(TdApi.Message message) A poll in a message was stopped.ChatEventPollStopped
(DataInput input) A poll in a message was stopped. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
message
The message with the poll. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventPollStopped
public ChatEventPollStopped()A poll in a message was stopped. -
ChatEventPollStopped
A poll in a message was stopped.- Parameters:
message
- Message The message with the poll.
-
ChatEventPollStopped
A poll in a message was stopped.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-