Nostrum.Struct.Message.Application (nostrum v0.11.0-dev)

View Source

Struct representing a Discord message application.

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

t()

Types

cover_image()

@type cover_image() :: String.t()

Id of the embed's image asset

description()

@type description() :: String.t()

Application's description

icon()

@type icon() :: String.t()

Id of the application's icon

id()

@type id() :: Nostrum.Snowflake.t()

Id of the application

name()

@type name() :: String.t()

Name of the application

t()

@type t() :: %Nostrum.Struct.Message.Application{
  cover_image: cover_image(),
  description: description(),
  icon: icon(),
  id: id(),
  name: name()
}