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
IsSpoiler
Gets whether this item is a spoiler.
public bool IsSpoiler { get; }
Property Value
Media
Gets the media for this item.
public UnfurledMediaItem Media { get; }
Property Value
Methods
ToProperties()
Converts a MediaGalleryItem to a MediaGalleryItemProperties.
public MediaGalleryItemProperties ToProperties()