public static class TdApi.UpdateChatDraftMessage extends TdApi.Update
TdApi.Update.Constructors
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.
|
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() |
toString
public long chatId
@Nullable 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.positions
- The new chat positions in the chat lists.public int getConstructor()
getConstructor
in class TdApi.Update