![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
discord_core_api::event_manager::onAutoCompleteEntry event.discord_core_api::on_auto_complete_entry_data, and use it to filter for and provide responses to various inputs.discord_core_api::input_event_data's discord_core_api::interaction_data::data's, discord_core_api::application_command_interaction_data_option array of options.discord_core_api::respond_to_input_event_data response, using the discord_core_api::respond_to_input_event_data::setAutoCompleteChoice function - and send it off to the discord servers in order to provide the user with suggestions for autocomplete.discord_core_api::interaction_data with the respective choices set.