Table of Contents

Class MediaGallery

Namespace
NetCord
Assembly
NetCord.dll
public class MediaGallery : IMessageComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonMediaGalleryComponent>
Inheritance
MediaGallery
Implements
Inherited Members

Constructors

MediaGallery(JsonMediaGalleryComponent)

public MediaGallery(JsonMediaGalleryComponent jsonModel)

Parameters

jsonModel JsonMediaGalleryComponent

Properties

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int

Items

public IReadOnlyList<MediaGalleryItem> Items { get; }

Property Value

IReadOnlyList<MediaGalleryItem>