There was an error while loading. Please reload this page.
1 parent d0be6a2 commit 5d35919Copy full SHA for 5d35919
src/objects/InboundMessage.ts
@@ -16,7 +16,16 @@ import { AxiosResponse } from 'axios';
16
import { BasicResponse } from './ServerResponse';
17
import { TODO } from '../utils/TodoUtils';
18
19
+/**
20
+ * 入站消息
21
+ */
22
export class InboundMessage {
23
24
+ * @constructor
25
+ * @hideconstructor
26
+ * @param {Message} message 消息
27
+ * @param {OutboundMessagingService} srvc 发送服务
28
29
constructor(public readonly message: Message, private readonly srvc: OutboundMessagingService) {
30
}
31
0 commit comments