createSimpleTextMessage static method
Implementation
static createSimpleTextMessage(String text) {
return {
"type": "text",
"elemType": 1,
"textElem": {"text": text}
};
}
static createSimpleTextMessage(String text) {
return {
"type": "text",
"elemType": 1,
"textElem": {"text": text}
};
}