FunctionsCommandParseCommandParse CallableCommandParse(msg: string): string | booleanParse the input chat messageParametersmsg: stringInput string, cannot be emptyReturns string | booleana (de-escaped) string if msg looks like an normal message, true if a command successfully executed, false otherwise.
Parse the input chat message