Table of Contents

Class ComponentSectionThumbnail

Namespace
NetCord
Assembly
NetCord.dll
public class ComponentSectionThumbnail : IComponentSectionAccessoryComponent, IComponent, IJsonModel<JsonComponent>
Inheritance
ComponentSectionThumbnail
Implements
Inherited Members

Constructors

ComponentSectionThumbnail(JsonComponent)

public ComponentSectionThumbnail(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

Description

public string? Description { get; }

Property Value

string

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int

Media

public ComponentMedia Media { get; }

Property Value

ComponentMedia

Spoiler

public bool Spoiler { get; }

Property Value

bool