Skip to content

Commit 5d35919

Browse files
committed
doc fix
1 parent d0be6a2 commit 5d35919

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/objects/InboundMessage.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ import { AxiosResponse } from 'axios';
1616
import { BasicResponse } from './ServerResponse';
1717
import { TODO } from '../utils/TodoUtils';
1818

19+
/**
20+
* 入站消息
21+
*/
1922
export class InboundMessage {
23+
/**
24+
* @constructor
25+
* @hideconstructor
26+
* @param {Message} message 消息
27+
* @param {OutboundMessagingService} srvc 发送服务
28+
*/
2029
constructor(public readonly message: Message, private readonly srvc: OutboundMessagingService) {
2130
}
2231

0 commit comments

Comments
 (0)