Constructor
new AtAll(content)
构造一个显示为 content
的 @全体成员 消息元素。
Parameters:
PropertiesName | Type | Default | Description |
---|---|---|---|
content | String | @全体成员 | 显示内容。 |
Name | Type | Description |
---|---|---|
#content | String | 显示内容。 |
- Source
Methods
getContent() → {String}
返回该消息元素的 #content
属性。
- Source
Returns:
该消息元素的 #content
属性。
- Type:
- String
(async) toElement() → {Native}
构造并返回该消息元素所对应的 element 对象。
- Source
Returns:
该消息元素所对应的 element 对象。
- Type:
- Native
(static) getElementType() → {Number}
返回该消息元素所对应的 elementType,值为 1。
- Source
Returns:
该消息元素所对应的 elementType,值为 1。
- Type:
- Number