Embed class

Rich content that can be embedded into a message, such as a video, image or custom text.

External references:

Properties

author EmbedAuthor?
This embed's author information.
final
color DiscordColor?
The color of this embed.
final
description String?
The description of this embed.
final
fields List<EmbedField>?
This embed's fields information.
final
This embed's footer information.
final
hashCode int
The hash code for this object.
no setterinherited
image EmbedImage?
This embed's image information.
final
provider EmbedProvider?
This embed's provider information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnail EmbedThumbnail?
This embed's thumbnail information.
final
timestamp DateTime?
The timestamp of this embed's content.
final
title String?
The title of this embed.
final
url Uri?
The url of this embed.
final
video EmbedVideo?
This embed's video information.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited