public static class TdApi.UpdateMessageSendAcknowledged extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
The chat identifier of the sent message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
A temporary message identifier.
|
| Constructor and Description |
|---|
UpdateMessageSendAcknowledged()
A request to send a message has reached the Telegram server.
|
UpdateMessageSendAcknowledged(long chatId,
long messageId)
A request to send a message has reached the Telegram server.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public UpdateMessageSendAcknowledged()
public UpdateMessageSendAcknowledged(long chatId,
long messageId)
chatId - The chat identifier of the sent message.messageId - A temporary message identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object