Constructor
new PlainText(content)
构造一个内容为 content
的纯文本消息。
Parameters:
PropertiesName | Type | Description |
---|---|---|
content | String | 消息内容。 |
Name | Type | Description |
---|---|---|
#content | String | 消息内容。 |
Methods
getContent() → {String}
返回该消息元素的 #content
属性。
Returns:
该消息元素的 #content
属性。
- Type:
- String
(async) toElement() → {Native}
构造并返回该消息元素所对应的 element 对象。
Returns:
该消息元素所对应的 element 对象。
- Type:
- Native
(static) getElementType() → {Number}
返回该消息元素所对应的 elementType,值为 1。
Returns:
该消息元素所对应的 elementType,值为 1。
- Type:
- Number