ActivityFlags

constructor(value: Int)(source)

Deprecated (with error)

Don't construct an instance of 'ActivityFlags' from a raw value. Use the factory functions described in the documentation instead.

Replace with

import dev.kord.common.entity.ActivityFlags
ActivityFlags.Builder(value).build()