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