AutoCompleteCallback
typealias AutoCompleteCallback = suspend AutoCompleteInteraction.(event: AutoCompleteInteractionCreateEvent) -> Unit?
Type alias representing an autocomplete callable.
Type alias representing an autocomplete callable.