Nostrum.Struct.Guild.Integration.Account (nostrum v0.11.0-dev)

View Source

Struct representing a Discord guild's integration account.

Summary

Types

The id of the account

The name of the account

t()

Types

id()

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

The id of the account

name()

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

The name of the account

t()

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