Class: Bobot::Event::Delivery
- Inherits:
-
Object
- Object
- Bobot::Event::Delivery
show all
- Includes:
- Common
- Defined in:
- lib/bobot/events/delivery.rb
Instance Attribute Summary
Attributes included from Common
#delay_options, #messaging, #payloads_sent
Instance Method Summary
collapse
Methods included from Common
#access_token, #add_delivery, #delay, #deliver, #initialize, #mark_as_seen, #recipient, #reply, #reply_with_attachment, #reply_with_audio, #reply_with_buttons, #reply_with_file, #reply_with_generic, #reply_with_image, #reply_with_quick_replies, #reply_with_text, #reply_with_video, #sender, #sender_action, #sent_at, #show_typing
Instance Method Details
#at ⇒ Object
10
11
12
|
# File 'lib/bobot/events/delivery.rb', line 10
def at
Time.zone.at(@messaging['delivery']['watermark'] / 1000)
end
|
#ids ⇒ Object
6
7
8
|
# File 'lib/bobot/events/delivery.rb', line 6
def ids
@messaging['delivery']['mids']
end
|
#seq ⇒ Object
14
15
16
|
# File 'lib/bobot/events/delivery.rb', line 14
def seq
@messaging['delivery']['seq']
end
|