Enum ForumLayoutType
- Namespace
- NetCord
- Assembly
- NetCord.dll
Determines the visual post layout of a ForumGuildChannel.
public enum ForumLayoutType
Fields
GalleryView = 2Posts are displayed as a collection of tiles.
ListView = 1Posts are displayed as a sequential list.
NotSet = 0No default post layout set.