AtAll

AtAll 类型代表一个 @全体成员 消息元素。

Constructor

new AtAll(content)

构造一个显示为 content@全体成员 消息元素。

Parameters:
NameTypeDefaultDescription
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