MessageApplication
public struct MessageApplication
Represents an application in a DiscordMessage
object.
-
The id of this application.
Declaration
Swift
public let id: Snowflake
-
Id of the embed’s image asset.
Declaration
Swift
public let coverImage: String
-
The description of the application.
Declaration
Swift
public let description: String
-
Id of the application’s icon.
Declaration
Swift
public let icon: String
-
The name of the application.
Declaration
Swift
public let name: String