Elixir v0.2.0 Nostrum.Struct.Embed

Struct representing a Discord embed.

Summary

Types

Author information

Color code of the embed

Description of the embed

Fields information

Footer information

Image information

Provider information

t()

Thumbnail information

Timestamp of embed content

Title of the embed

Type of the embed

Url of the embed

Video information

Types

author()

Author information

color()
color() :: Integer.t

Color code of the embed

description()
description() :: String.t

Description of the embed

fields()

Fields information

footer()

Footer information

Image information

provider()

Provider information

t()
t() :: %Nostrum.Struct.Embed{author: author, color: color, description: description, fields: fields, footer: footer, image: image, provider: provider, thumbnail: thumbnail, timestamp: timestamp, title: title, type: type, url: url, video: video}
thumbnail()

Thumbnail information

timestamp()
timestamp() :: String.t

Timestamp of embed content

title()
title() :: String.t

Title of the embed

type()
type() :: String.t

Type of the embed

url()
url() :: String.t

Url of the embed

Video information