AlwaysPublicResponse

@RequiresOptIn(message = "This function will always result in a public interaction response, even if used within an ephemeral interaction.", level = RequiresOptIn.Level.WARNING)
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class AlwaysPublicResponse

Marks a function that always results in public interaction responses.