Table of Contents

Struct MediaGalleryItem

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents a media gallery item.

public readonly struct MediaGalleryItem
Inherited Members

Properties

Description

Gets the description for this item.

public string Description { get; }

Property Value

string

IsSpoiler

Gets whether this item is a spoiler.

public bool IsSpoiler { get; }

Property Value

bool

Media

Gets the media for this item.

public UnfurledMediaItem Media { get; }

Property Value

UnfurledMediaItem

Methods

ToProperties()

public MediaGalleryItemProperties ToProperties()

Returns

MediaGalleryItemProperties