wechaty-puppet
Version:
Abstract Puppet for Wechaty
41 lines (22 loc) • 699 B
Markdown
[Wechaty Puppet v0.9.8 Interface](../README.md) > [Receiver](../interfaces/receiver.md)
# Interface: Receiver
## Hierarchy
**Receiver**
## Index
### Properties
* [contactId](receiver.md#contactid)
* [roomId](receiver.md#roomid)
---
## Properties
<a id="contactid"></a>
### `<Optional>` contactId
**● contactId**: * `undefined` | `string`
*
*Defined in [schemas/puppet.ts:76](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L76)*
___
<a id="roomid"></a>
### `<Optional>` roomId
**● roomId**: * `undefined` | `string`
*
*Defined in [schemas/puppet.ts:77](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L77)*
___