Search Results for

    Show / Hide Table of Contents

    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 Source

    Height

    Gets or sets the thumbnail's height.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Url

    Gets or sets the thumbnail's image url.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Width

    Gets or sets the thumbnail's width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems