ForumLayoutType

@Serializable(with = ForumLayoutType.Serializer::class)
sealed class ForumLayoutType(source)

See ForumLayoutTypes in the Discord Developer Documentation.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Display posts as a collection of tiles.

Link copied to clipboard

Display posts as a list.

Link copied to clipboard

No default has been set for forum channel.

Link copied to clipboard
class Unknown(val value: Int) : ForumLayoutType

An unknown ForumLayoutType.

Functions

Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun toString(): String

Properties

Link copied to clipboard
val value: Int

The raw value used by Discord.