Function list_command_autocomplete_suggestions

Source
pub async fn list_command_autocomplete_suggestions(
    configuration: &Configuration,
    team_id: &str,
    user_input: &str,
) -> Result<Vec<AutocompleteSuggestion>, Error<ListCommandAutocompleteSuggestionsError>>
Expand description

List commands’ autocomplete data for the team. ##### Permissions view_team for the team. Minimum server version: 5.24