Method: Discordrb::Message#timestamp

Defined in:
lib/discordrb/data/message.rb

#timestampTime (readonly)

Returns the timestamp at which this message was sent.

Returns:

  • (Time)

    the timestamp at which this message was sent.



23
24
25
# File 'lib/discordrb/data/message.rb', line 23

def timestamp
  @timestamp
end