public static class TdApi.UpdateChatDraftMessage extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.DraftMessage |
draftMessage
The new draft message; may be null if none.
|
TdApi.ChatPosition[] |
positions
The new chat positions in the chat lists.
|
| Constructor and Description |
|---|
UpdateChatDraftMessage()
A chat draft has changed.
|
UpdateChatDraftMessage(long chatId,
TdApi.DraftMessage draftMessage,
TdApi.ChatPosition[] positions)
A chat draft has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.DraftMessage draftMessage
public TdApi.ChatPosition[] positions
public static final int CONSTRUCTOR
public UpdateChatDraftMessage()
public UpdateChatDraftMessage(long chatId,
TdApi.DraftMessage draftMessage,
TdApi.ChatPosition[] positions)
chatId - Chat identifier.draftMessage - The new draft message; may be null if none.positions - The new chat positions in the chat lists.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object