Image

Image 类型代表一个图片消息元素。

Constructor

new Image(path)

构造一个路径为 path 的图片消息元素。

Parameters:
NameTypeDescription
pathString

图片路径。

Properties
NameTypeDescription
#pathString

图片路径。

Methods

getPath() → {String}

返回该消息元素的 #path 属性。

Returns:

该消息元素的 #path 属性。

Type: 
String

(async) toElement() → {Native}

构造并返回该消息元素所对应的 element 对象。

Returns:

该消息元素所对应的 element 对象。

Type: 
Native

(static) getElementType() → {Number}

返回该消息元素所对应的 elementType,值为 2

Returns:

该消息元素所对应的 elementType,值为 2

Type: 
Number