ExecuteSlashCommand executes a slash command with the given parameters. @tag Command Minimum server version: 5.26
(commandArgs *model.CommandArgs)
| 44 | // @tag Command |
| 45 | // Minimum server version: 5.26 |
| 46 | ExecuteSlashCommand(commandArgs *model.CommandArgs) (*model.CommandResponse, error) |
| 47 | |
| 48 | // GetConfig fetches the currently persisted config |
| 49 | // |
no outgoing calls