Package it.tdlight.jni
Class TdApi.ChatEventPollStopped
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.Message
message
The 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.ChatEventPollStopped(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-