UNPKG

wechaty-puppet

Version:
50 lines (27 loc) 918 B
[Wechaty Puppet v0.9.8 Interface](../README.md) > [MessagePayloadTo](../interfaces/messagepayloadto.md) # Interface: MessagePayloadTo ## Hierarchy **MessagePayloadTo** ## Index ### Properties * [fromId](messagepayloadto.md#fromid) * [roomId](messagepayloadto.md#roomid) * [toId](messagepayloadto.md#toid) --- ## Properties <a id="fromid"></a> ### fromId **● fromId**: *`string`* *Defined in [schemas/message.ts:29](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L29)* ___ <a id="roomid"></a> ### `<Optional>` roomId **● roomId**: * `undefined` &#124; `string` * *Defined in [schemas/message.ts:30](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L30)* ___ <a id="toid"></a> ### toId **● toId**: *`string`* *Defined in [schemas/message.ts:31](https://github.com/Chatie/wechaty-puppet/blob/e056248/src/schemas/message.ts#L31)* ___