pub async fn get_command_by_id(
configuration: &Configuration,
command_id: &str,
) -> Result<Command, Error<GetCommandByIdError>>
Expand description
Get a command definition based on command id string. ##### Permissions Must have manage_slash_commands
permission for the team the command is in. Minimum server version: 5.22