public static class TdApi.UpdateMessageSendAcknowledged extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update