View Source ExNylas.WebhookNotification.MessageLinkClicked (ExNylas v0.9.0)

A struct representing a link clicked webhook notification.

Nylas docs

Summary

Types

@type t() :: %ExNylas.WebhookNotification.MessageLinkClicked{
  grant_id: String.t() | nil,
  label: String.t() | nil,
  link_data: [ExNylas.WebhookNotification.MessageLinkClicked.LinkData.t()],
  message_id: String.t() | nil,
  recents: [ExNylas.WebhookNotification.MessageLinkClicked.Recent.t()],
  sender_app_id: String.t() | nil,
  timestamp: non_neg_integer()
}