public static class TdApi.SendChatAction extends TdApi.TLFunction
Modifier and Type | Field and Description |
---|---|
TdApi.SendMessageAction |
action
Action description.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
Constructor and Description |
---|
SendChatAction()
Default constructor.
|
SendChatAction(long chatId,
TdApi.SendMessageAction action)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public TdApi.SendMessageAction action
public static final int CONSTRUCTOR
public SendChatAction()
public SendChatAction(long chatId, TdApi.SendMessageAction action)
public int getConstructor()
getConstructor
in class TdApi.TLObject