Struct EmbedThumbnail
A thumbnail featured in an Discord.Embed.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct EmbedThumbnail
Properties​
Url​
Gets the URL of the thumbnail.
View Source​
Declaration
public readonly string Url { get; }
ProxyUrl​
Gets a proxied URL of this thumbnail.
View Source​
Declaration
public readonly string ProxyUrl { get; }
Height​
Gets the height of this thumbnail.
View Source​
Declaration
public readonly int? Height { get; }
Width​
Gets the width of this thumbnail.
View Source​
Declaration
public readonly int? Width { get; }
Methods​
ToString()​
Gets the URL of the thumbnail.
View Source​
Declaration
public override string ToString()
Returns​
System.String
:
A string that resolves to Discord.EmbedThumbnail.Url.