1using System.Collections.Generic;
13 public string?
Title {
get;
set; }
23#pragma warning disable CA1056
24 public string?
Url {
get;
set; }
25#pragma warning restore CA1056
70 public ICollection<ChatEmbedField>?
Fields {
get;
set; }
Represents information about a ChatEmbed author.
Represents an embed for the chat.
string? Timestamp
The ISO 8601 timestamp of the embed.
ChatEmbedMedia? Image
The ChatEmbedMedia for an image.
ChatEmbedFooter? Footer
The ChatEmbedFooter.
string? Title
The title of the embed.
ChatEmbedMedia? Thumbnail
The ChatEmbedMedia for a thumbnail.
ChatEmbedProvider? Provider
The ChatEmbedProvider.
string? Description
The description of the embed.
ICollection< ChatEmbedField >? Fields
The ChatEmbedFields.
string? Colour
The colour of the embed in the format hex "#AARRGGBB".
string? Url
The URL of the embed.
ChatEmbedAuthor? Author
The ChatEmbedAuthor.
ChatEmbedMedia? Video
The ChatEmbedMedia for a video.
Represents information about a ChatEmbed provider.