pub async fn execute_command(
configuration: &Configuration,
execute_command_request: ExecuteCommandRequest,
) -> Result<CommandResponse, Error<ExecuteCommandError>>
Expand description
Execute a command on a team. ##### Permissions Must have use_slash_commands
permission for the team the command is in.