Method: Line::Bot::V2::Webhook::ModuleEvent#timestamp

Defined in:
lib/line/bot/v2/webhook/model/module_event.rb

#timestampInteger

Returns Time of the event in milliseconds.

Returns:

  • (Integer)

    Time of the event in milliseconds.



26
27
28
# File 'lib/line/bot/v2/webhook/model/module_event.rb', line 26

def timestamp
  @timestamp
end