Class TdApi.UpdateMessageSendSucceeded

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageSendSucceeded
Enclosing class:
TdApi

public static class TdApi.UpdateMessageSendSucceeded extends TdApi.Update
A message has been successfully sent.
  • Field Details

    • message

      public TdApi.Message 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 oldMessageId
      The previous temporary message identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateMessageSendSucceeded

      public UpdateMessageSendSucceeded()
      A message has been successfully sent.
    • UpdateMessageSendSucceeded

      public UpdateMessageSendSucceeded(TdApi.Message message, long oldMessageId)
      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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR