View Source LemonEx.Webhooks.Event (lemon_ex v0.2.2)

An event received by the Webhook.

Link to this section Summary

Link to this section Types

@type t() :: %LemonEx.Webhooks.Event{data: term(), meta: term(), name: term()}

Link to this section Functions