Class TdApi.UpdateMessageSendSucceeded

  • Enclosing class:
    TdApi

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

      • message

        public TdApi.Message message
        Information about the sent message. Usually only the message identifier, date, and content are changed, but almost all other fields can also change.
      • oldMessageId

        public long oldMessageId
        The previous temporary message identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateMessageSendSucceeded

        public UpdateMessageSendSucceeded()
        Default constructor.
      • UpdateMessageSendSucceeded

        public UpdateMessageSendSucceeded​(TdApi.Message message,
                                          long oldMessageId)
        Constructor for initialization of all fields.
        Parameters:
        message - Information about 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.