Constructor
new MessageSource(msgId, contact)
通过 msgId 和联系人构造一个消息来源。
Parameters:
PropertiesName | Type | Description |
---|---|---|
msgId | String | 消息的 msgId。 |
contact | Contact | 来源联系人。 |
Name | Type | Description |
---|---|---|
#msgId | String | 该消息来源的 msgId。 |
#contact | Contact | 该消息来源的联系人。 |
- Source
Methods
getContact() → {Contact}
返回该消息来源的 #contact
属性。
- Source
Returns:
该消息来源的 #contact
属性。
- Type:
- Contact
getMsgId() → {String}
返回该消息来源的 #msgId
属性。
- Source
Returns:
该消息来源的 #msgId
属性。
- Type:
- String
(async) recall()
撤回该消息来源所代表的消息。
- Source