UNPKG

wechaty-puppet

Version:
50 lines (27 loc) 962 B
[Wechaty Puppet v0.9.8 Interface](../README.md) > [PuppetRoomTopicEvent](../interfaces/puppetroomtopicevent.md) # Interface: PuppetRoomTopicEvent ## Hierarchy **PuppetRoomTopicEvent** ## Index ### Properties * [changerName](puppetroomtopicevent.md#changername) * [roomId](puppetroomtopicevent.md#roomid) * [topic](puppetroomtopicevent.md#topic) --- ## Properties <a id="changername"></a> ### changerName **● changerName**: * `string` &#124; `unique symbol` * *Defined in [schemas/puppet.ts:38](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L38)* ___ <a id="roomid"></a> ### roomId **● roomId**: *`string`* *Defined in [schemas/puppet.ts:39](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L39)* ___ <a id="topic"></a> ### topic **● topic**: *`string`* *Defined in [schemas/puppet.ts:40](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/puppet.ts#L40)* ___