ExperimentalTypesafeMessagesApi

Opt-in marker annotation for the type-safe (localized) messages APIs that are considered experimental and are not subject to compatibility guarantees: The behavior of such API may be changed or the API may be removed completely in any further release.

Please create an issue or join the Discord server if you encounter a problem or want to submit feedback.

Any usage of a declaration annotated with @ExperimentalTypesafeMessagesApi must be accepted either by annotating that usage with the @OptIn annotation, e.g. @OptIn(ExperimentalTypesafeMessagesApi::class), or by using the compiler argument -opt-in=dev.freya02.botcommands.typesafe.messages.api.annotations.ExperimentalTypesafeMessagesApi.