Class: Senrigan::Entities::MessageChangeEvent

Inherits:
Base
  • Object
show all
Defined in:
lib/senrigan/entities/message_change_event.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Senrigan::Entities::Base

Instance Attribute Details

#edited_messageObject

Returns the value of attribute edited_message.



6
7
8
# File 'lib/senrigan/entities/message_change_event.rb', line 6

def edited_message
  @edited_message
end

#previous_messageObject

Returns the value of attribute previous_message.



6
7
8
# File 'lib/senrigan/entities/message_change_event.rb', line 6

def previous_message
  @previous_message
end

#tsObject

Returns the value of attribute ts.



6
7
8
# File 'lib/senrigan/entities/message_change_event.rb', line 6

def ts
  @ts
end