Package it.tdlight.jni
Class TdApi.MessageCustomServiceAction
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageCustomServiceAction
- Enclosing class:
- TdApi
public static class TdApi.MessageCustomServiceAction extends TdApi.MessageContent
A non-standard action has happened in the chat.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
text
Message text to be shown in the chat. -
Constructor Summary
Constructors Constructor Description MessageCustomServiceAction()
A non-standard action has happened in the chat.MessageCustomServiceAction(DataInput input)
MessageCustomServiceAction(String text)
A non-standard action has happened in the chat. -
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
-
text
Message text to be shown in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageCustomServiceAction
public MessageCustomServiceAction()A non-standard action has happened in the chat. -
MessageCustomServiceAction
A non-standard action has happened in the chat.- Parameters:
text
- String Message text to be shown in the chat.
-
MessageCustomServiceAction
- 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()
-