pub async fn list_commands(
configuration: &Configuration,
team_id: Option<&str>,
custom_only: Option<bool>,
) -> Result<Vec<Command>, Error<ListCommandsError>>
Expand description
List commands for a team. ##### Permissions manage_slash_commands
if need list custom commands.