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