Package org.drinkless.tdlib
Class TdApi.UpdateMessageSendSucceeded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageSendSucceeded
- Enclosing class:
- TdApi
A message has been successfully sent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The sent message.long
The previous temporary message identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA message has been successfully sent.UpdateMessageSendSucceeded
(TdApi.Message message, long oldMessageId) A message has been successfully sent. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
message
The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field schedulingState may change, making the message scheduled, or non-scheduled. -
oldMessageId
public long oldMessageIdThe previous temporary message identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageSendSucceeded
public UpdateMessageSendSucceeded()A message has been successfully sent. -
UpdateMessageSendSucceeded
A message has been successfully sent.- Parameters:
message
- The sent message. Almost any field of the new message can be different from the corresponding field of the original message. For example, the field schedulingState may change, making the message scheduled, or non-scheduled.oldMessageId
- The previous temporary message identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-