A struct representing tracking options for a message/draft.
@type t() :: %ExNylas.TrackingOptions{ label: String.t() | nil, links: boolean() | nil, opens: boolean() | nil, thread_replies: boolean() | nil }