bot.emit('chat', 'message here');
// legacy dispatches: bot.dispatch(new ChatDispatch('message here'));
message (string): The chat message to send, 1-64 characters.bot.emit('chat', 'message here');
// legacy dispatches: bot.dispatch(new ChatDispatch('message here'));
message (string): The chat message to send, 1-64 characters.