Companion

Deprecated (with error)

Renamed to 'NewCompanion', which no longer implements 'KSerializer<SystemChannelFlags>'.

Replace with

import dev.kord.common.entity.SystemChannelFlags
SystemChannelFlags.serializer()

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): SystemChannelFlags
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: SystemChannelFlags)
Link copied to clipboard