ex_intercom v0.0.4 ExIntercom.Admin View Source

An intercom admin.

Link to this section Summary

Functions

Fetches an admin by their ExIntercom ID

Link to this section Types

Link to this type result() View Source
result() :: {:ok, ExIntercom.Admin.t()} | {:error, any()}
Link to this type t() View Source
t() :: %ExIntercom.Admin{email: term(), id: term(), name: term(), type: term()}

Link to this section Functions

Fetches an admin by their ExIntercom ID.