function createBasicMessage(body) { return { "body": body, "msgtype": "m.text" } } exports.createBasic = createBasicMessage;