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

t()

Link to this section Types

Link to this type

cover_image() View Source
cover_image() :: String.t()

Id of the embed's image asset

Link to this type

description() View Source
description() :: String.t()

Application's description

Id of the application's icon

Id of the application

Name of the application

Link to this type

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