ExNylas.WebhookNotification.MessageLinkClicked.Recent (ExNylas v0.11.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %ExNylas.WebhookNotification.MessageLinkClicked.Recent{
  click_id: non_neg_integer(),
  ip: String.t() | nil,
  link_index: non_neg_integer(),
  timestamp: non_neg_integer(),
  user_agent: String.t() | nil
}