public static class TdApi.MessageCustomServiceAction extends TdApi.MessageContent
TdApi.MessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
Message text to be shown in the chat.
|
Constructor and Description |
---|
MessageCustomServiceAction()
A non-standard action has happened in the chat.
|
MessageCustomServiceAction(java.lang.String text)
A non-standard action has happened in the chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String text
public static final int CONSTRUCTOR
public MessageCustomServiceAction()
public MessageCustomServiceAction(java.lang.String text)
text
- Message text to be shown in the chat.public int getConstructor()
getConstructor
in class TdApi.MessageContent