View Source Nostrum.Struct.Guild.Integration.Account (Nostrum v0.10.0)

Struct representing a Discord guild's integration account.

Summary

Types

The id of the account

The name of the account

t()

Types

@type id() :: String.t()

The id of the account

@type name() :: String.t()

The name of the account

@type t() :: %Nostrum.Struct.Guild.Integration.Account{id: id(), name: name()}