(origin: SimpleMessagePayload)
| 15 | private payload: SendMessagePayload; |
| 16 | |
| 17 | constructor(origin: SimpleMessagePayload) { |
| 18 | this.payload = { ...origin }; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * 判断消息体内是否有回复信息 |
nothing calls this directly
no outgoing calls
no test coverage detected