Class: TD::Types::Update::MessageSendSucceeded

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/message_send_succeeded.rb

Overview

A message has been successfully sent.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::Message

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

Returns:



7
8
9
# File 'lib/tdlib/types/update/message_send_succeeded.rb', line 7

def message
  @message
end

#old_message_idInteger

The previous temporary message identifier.

Returns:

  • (Integer)

    the current value of old_message_id



7
8
9
# File 'lib/tdlib/types/update/message_send_succeeded.rb', line 7

def old_message_id
  @old_message_id
end