BufferType

enum BufferType : Enum<BufferType> , Flag<UShort>

Model representing different types of chats

Entries

Link copied to clipboard

Unnamed group between multiple users

Link copied to clipboard

Direct chat with a single other user

Link copied to clipboard

Named channel with potentially multiple users

Link copied to clipboard

Status chat with technical data and internal information

Types

Link copied to clipboard
object Companion : Flags<UShort, BufferType>

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
open override val value: UShort