pub async fn list_autocomplete_commands(
configuration: &Configuration,
team_id: &str,
) -> Result<Vec<Command>, Error<ListAutocompleteCommandsError>>
Expand description
List autocomplete commands in the team. ##### Permissions view_team
for the team.