Constructor
new Image(path)
构造一个路径为 path
的图片消息元素。
Parameters:
PropertiesName | Type | Description |
---|---|---|
path | String | 图片路径。 |
Name | Type | Description |
---|---|---|
#path | String | 图片路径。 |
- Source
Methods
getPath() → {String}
返回该消息元素的 #path
属性。
- Source
Returns:
该消息元素的 #path
属性。
- Type:
- String
(async) toElement() → {Native}
构造并返回该消息元素所对应的 element 对象。
- Source
Returns:
该消息元素所对应的 element 对象。
- Type:
- Native
(static) getElementType() → {Number}
返回该消息元素所对应的 elementType,值为 2。
- Source
Returns:
该消息元素所对应的 elementType,值为 2。
- Type:
- Number