Table of Contents

Class MediaGallery

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

Constructors

MediaGallery(JsonComponent)

public MediaGallery(JsonComponent jsonModel)

Parameters

jsonModel JsonComponent

Properties

Id

public int Id { get; }

Property Value

int

Items

public IReadOnlyList<MediaGalleryItem> Items { get; }

Property Value

IReadOnlyList<MediaGalleryItem>