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.
ChatEmbedProvider Provider
The ChatEmbedProvider.
string Description
The description of the embed.
ChatEmbedMedia Image
The ChatEmbedMedia for an image.
ChatEmbedMedia Thumbnail
The ChatEmbedMedia for a thumbnail.
ICollection< ChatEmbedField > Fields
The ChatEmbedFields.
string Url
The URL of the embed.
ChatEmbedFooter Footer
The ChatEmbedFooter.
string Timestamp
The ISO 8601 timestamp of the embed.
ChatEmbedMedia Video
The ChatEmbedMedia for a video.
string Colour
The colour of the embed in the format hex "#AARRGGBB".
ChatEmbedAuthor Author
The ChatEmbedAuthor.
string Title
The title of the embed.
Represents information about a ChatEmbed provider.