java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageSendAcknowledged
- Enclosing class:
- TdApi
A request to send a message has reached
the Telegram server. This doesn't mean
that the message will be sent successfully
or even that the send message request
will be processed. This update will
be sent only if the option
"use_quick_ack" is set to
true. This update may be sent multiple
times for the same message.
-
Field Summary
Modifier and TypeFieldDescriptionlong
The chat identifier of the sent message.static final int
long
A temporary message identifier. -
Constructor Summary
ConstructorDescriptionA 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.A request to send a message has reached the Telegram server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdThe chat identifier of the sent message. -
messageId
public long messageIdA temporary message identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateMessageSendAcknowledged
public UpdateMessageSendAcknowledged()A request to send a message has reached the Telegram server. This doesn't mean that the message will be sent successfully or even that the send message request will be processed. This update will be sent only if the option "use_quick_ack" is set to true. This update may be sent multiple times for the same message. -
UpdateMessageSendAcknowledged
public UpdateMessageSendAcknowledged(long chatId, long messageId) A request to send a message has reached the Telegram server. This doesn't mean that the message will be sent successfully or even that the send message request will be processed. This update will be sent only if the option "use_quick_ack" is set to true. This update may be sent multiple times for the same message.- Parameters:
chatId
- long The chat identifier of the sent message.messageId
- long A temporary message identifier.
-
UpdateMessageSendAcknowledged
A request to send a message has reached the Telegram server. This doesn't mean that the message will be sent successfully or even that the send message request will be processed. This update will be sent only if the option "use_quick_ack" is set to true. This update may be sent multiple times for the same message.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-