View Source Nostrum.Struct.Message.Application (Nostrum v0.8.0)
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
@type cover_image() :: String.t()
Id of the embed's image asset
@type description() :: String.t()
Application's description
@type icon() :: String.t()
Id of the application's icon
@type id() :: Nostrum.Snowflake.t()
Id of the application
@type name() :: String.t()
Name of the application
@type t() :: %Nostrum.Struct.Message.Application{ cover_image: cover_image(), description: description(), icon: icon(), id: id(), name: name() }