Interface IEmbed
public interface IEmbed
Properties
Audio
The audio of the embed.
IEmbedMedia? Audio { get; }
Property Value
Author
The author information of the embed.
IEmbedAuthor? Author { get; }
Property Value
Color
The color code of the embed sidebar.
int? Color { get; }
Property Value
- int?
Description
The description of the embed.
string? Description { get; }
Property Value
Fields
The fields of the embed.
IEmbedField[]? Fields { get; }
Property Value
Footer
The footer of the embed.
IEmbedFooter? Footer { get; }
Property Value
Image
The image of the embed.
IEmbedMedia? Image { get; }
Property Value
IsNsfw
Whether the embed is flagged as NSFW.
bool IsNsfw { get; }
Property Value
Provider
The provider of the embed (e.g., YouTube, Twitter).
IEmbedAuthor? Provider { get; }
Property Value
RawType
The type of embed as raw string.
string RawType { get; }
Property Value
Thumbnail
The thumbnail of the embed.
IEmbedMedia? Thumbnail { get; }
Property Value
Timestamp
The ISO 8601 timestamp of the embed content.
DateTimeOffset? Timestamp { get; }
Property Value
Title
The title of the embed.
string Title { get; }
Property Value
Url
The URL of the embed.
string? Url { get; }
Property Value
Video
The video of the embed.
IEmbedMedia? Video { get; }