Class DiscordEmbedBuilder.EmbedThumbnail
Represents an embed thumbnail.
Inheritance
System.Object
DiscordEmbedBuilder.EmbedThumbnail
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class EmbedThumbnail
Properties
| Improve this Doc View SourceHeight
Gets or sets the thumbnail's height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
Gets or sets the thumbnail's image url.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Gets or sets the thumbnail's width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |