Class Embed
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class Embed : IEmbed
- Inheritance
-
objectEmbed
- Implements
Properties
Audio
public EmbedMedia? Audio { get; set; }
Property Value
Author
public EmbedAuthor? Author { get; set; }
Property Value
Color
The color code of the embed sidebar.
public int? Color { get; set; }
Property Value
- int?
Description
The description of the embed.
public string? Description { get; set; }
Property Value
Fields
public EmbedField[]? Fields { get; set; }
Property Value
Footer
public EmbedFooter? Footer { get; set; }
Property Value
Image
public EmbedMedia? Image { get; set; }
Property Value
IsNsfw
Whether the embed is flagged as NSFW.
public bool IsNsfw { get; set; }
Property Value
Provider
public EmbedAuthor? Provider { get; set; }
Property Value
RawType
The type of embed as raw string.
public string RawType { get; set; }
Property Value
Thumbnail
public EmbedMedia? Thumbnail { get; set; }
Property Value
Timestamp
The ISO 8601 timestamp of the embed content.
public DateTimeOffset? Timestamp { get; set; }
Property Value
Title
The title of the embed.
public string Title { get; set; }
Property Value
Url
The URL of the embed.
public string? Url { get; set; }
Property Value
Video
public EmbedMedia? Video { get; set; }
Property Value
Methods
Create(FluxerBaseClient, EmbedJson)
Create a Embed object from json.
public static Embed Create(FluxerBaseClient client, EmbedJson json)
Parameters
clientFluxerBaseClientjsonEmbedJson