Struct representing a Discord guild's integration account.
The id of the account
The name of the account
@type id() :: String.t()
@type name() :: String.t()
@type t() :: %Nostrum.Struct.Guild.Integration.Account{id: id(), name: name()}