View Source Nostrum.Struct.Guild.Integration.Application (Nostrum v0.8.0)
Struct representing a Discord Guild Integration Application.
Link to this section Summary
Link to this section Types
@type bot() :: Nostrum.Struct.User.t() | nil
The bot associated with the application.
@type description() :: String.t()
The description of the application.
@type icon() :: String.t() | nil
The icon hash of the application.
@type id() :: Nostrum.Snowflake.t()
The id of the application.
@type name() :: String.t()
The name of the application.
@type summary() :: String.t()
The summary of the application.