Constructor DiscordMediaGalleryComponent
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
DiscordMediaGalleryComponent(params IEnumerable<DiscordMediaGalleryItem>)
Constructs a new media gallery component.
public DiscordMediaGalleryComponent(params IEnumerable<DiscordMediaGalleryItem> items)
Parameters
items
IEnumerable<DiscordMediaGalleryItem>The items of the gallery.
DiscordMediaGalleryComponent(IEnumerable<DiscordMediaGalleryItem>, int)
Constructs a new media gallery component.
public DiscordMediaGalleryComponent(IEnumerable<DiscordMediaGalleryItem> items, int id = 0)
Parameters
items
IEnumerable<DiscordMediaGalleryItem>The items of the gallery.
id
intThe optional ID of the component.