Nostrum v0.4.0 Nostrum.Struct.Message.Application View Source
Struct representing a Discord message application.
Link to this section Summary
Types
Id of the embed's image asset
Application's description
Id of the application's icon
Id of the application
Name of the application
Link to this section Types
Link to this type
cover_image()
View Source
cover_image()
View Source
cover_image() :: String.t()
cover_image() :: String.t()
Id of the embed's image asset
Link to this type
description()
View Source
description()
View Source
description() :: String.t()
description() :: String.t()
Application's description
Link to this type
icon()
View Source
icon()
View Source
icon() :: String.t()
icon() :: String.t()
Id of the application's icon
Link to this type
id()
View Source
id()
View Source
id() :: Nostrum.Snowflake.t()
id() :: Nostrum.Snowflake.t()
Id of the application
Link to this type
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Name of the application
Link to this type
t()
View Source
t()
View Source
t() :: %Nostrum.Struct.Message.Application{
cover_image: cover_image(),
description: description(),
icon: icon(),
id: id(),
name: name()
}
t() :: %Nostrum.Struct.Message.Application{ cover_image: cover_image(), description: description(), icon: icon(), id: id(), name: name() }