PlainText

PlainText 类型代表一个纯文本消息元素。

Constructor

new PlainText(content)

构造一个内容为 content 的纯文本消息。

Parameters:
NameTypeDescription
contentString

消息内容。

Properties
NameTypeDescription
#contentString

消息内容。

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