wechaty-puppet
Version:
Abstract Puppet for Wechaty
51 lines (28 loc) • 965 B
Markdown
[Wechaty Puppet v0.9.8 Interface](../README.md) > [MessagePayloadRoom](../interfaces/messagepayloadroom.md)
# Interface: MessagePayloadRoom
## Hierarchy
**MessagePayloadRoom**
## Index
### Properties
* [fromId](messagepayloadroom.md#fromid)
* [roomId](messagepayloadroom.md#roomid)
* [toId](messagepayloadroom.md#toid)
---
## Properties
<a id="fromid"></a>
### `<Optional>` fromId
**● fromId**: * `undefined` | `string`
*
*Defined in [schemas/message.ts:22](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L22)*
___
<a id="roomid"></a>
### roomId
**● roomId**: *`string`*
*Defined in [schemas/message.ts:24](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L24)*
___
<a id="toid"></a>
### `<Optional>` toId
**● toId**: * `undefined` | `string`
*
*Defined in [schemas/message.ts:25](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L25)*
___