wechaty-puppet
Version:
Abstract Puppet for Wechaty
50 lines (27 loc) • 1.04 kB
Markdown
[Wechaty Puppet v0.9.8 Interface](../README.md) > [PuppetRoomJoinEvent](../interfaces/puppetroomjoinevent.md)
# Interface: PuppetRoomJoinEvent
## Hierarchy
**PuppetRoomJoinEvent**
## Index
### Properties
* [inviteeNameList](puppetroomjoinevent.md#inviteenamelist)
* [inviterName](puppetroomjoinevent.md#invitername)
* [roomId](puppetroomjoinevent.md#roomid)
---
## Properties
<a id="inviteenamelist"></a>
### inviteeNameList
**● inviteeNameList**: *`Array`< `string` | `unique symbol`>*
*Defined in [schemas/puppet.ts:26](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L26)*
___
<a id="invitername"></a>
### inviterName
**● inviterName**: * `string` | `unique symbol`
*
*Defined in [schemas/puppet.ts:27](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L27)*
___
<a id="roomid"></a>
### roomId
**● roomId**: *`string`*
*Defined in [schemas/puppet.ts:28](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L28)*
___