Table of Contents

Enum DiscordDefaultForumLayout

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

The layout type for forum channels.

public enum DiscordDefaultForumLayout
Extension Methods

Fields

GalleryView = 2

Posts will be displayed in a grid format that prioritizes image previews over the forum's content.

ListView = 1

Posts will be displayed in a list format.

Unset = 0

The channel doesn't have a set layout.