UNPKG

wechaty-puppet

Version:
71 lines (40 loc) 1.35 kB
[Wechaty Puppet v0.9.8 Interface](../README.md) > [RoomPayload](../interfaces/roompayload.md) # Interface: RoomPayload ## Hierarchy **RoomPayload** ## Index ### Properties * [avatar](roompayload.md#avatar) * [id](roompayload.md#id) * [memberIdList](roompayload.md#memberidlist) * [ownerId](roompayload.md#ownerid) * [topic](roompayload.md#topic) --- ## Properties <a id="avatar"></a> ### `<Optional>` avatar **● avatar**: * `undefined` &#124; `string` * *Defined in [schemas/room.ts:15](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/room.ts#L15)* ___ <a id="id"></a> ### id **● id**: *`string`* *Defined in [schemas/room.ts:12](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/room.ts#L12)* ___ <a id="memberidlist"></a> ### memberIdList **● memberIdList**: *`string`[]* *Defined in [schemas/room.ts:16](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/room.ts#L16)* ___ <a id="ownerid"></a> ### `<Optional>` ownerId **● ownerId**: * `undefined` &#124; `string` * *Defined in [schemas/room.ts:17](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/room.ts#L17)* ___ <a id="topic"></a> ### topic **● topic**: *`string`* *Defined in [schemas/room.ts:14](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/room.ts#L14)* ___