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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The sent message.longThe 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 TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
message
The sent message. Usually only the message identifier, date, and content are changed, but almost all other fields can also change. -
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. Usually only the message identifier, date, and content are changed, but almost all other fields can also change.oldMessageId- The previous temporary message identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Update- Returns:
- this.CONSTRUCTOR
-