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