class Moogle::Events::WebhookPingPushed
Signals that a we made a webhook callback for a target_id
, with the a reference to a message’s origin.
Public Instance Methods
message_origin()
click to toggle source
A descriptive origin that describes how we can find more about what was posted. And why.
# File lib/moogle/events/webhook_ping_pushed.rb, line 26 attribute :message_origin, String
target_id()
click to toggle source
The target_id
of the webhook recipient
# File lib/moogle/events/webhook_ping_pushed.rb, line 21 attribute :target_id, Integer
webhook_uri()
click to toggle source
The uri where we posted the callback
# File lib/moogle/events/webhook_ping_pushed.rb, line 30 attribute :webhook_uri, String