feat, refac: 메시지 전송

This commit is contained in:
2022-12-05 00:46:16 +09:00
parent 9d3636cc49
commit 864ddf7efe
2 changed files with 244 additions and 0 deletions
+4
View File
@@ -179,6 +179,10 @@ const apiRealPath = {
to: number;
type: MsgType;
}, MsgResponse>,
SendMessage: POST as APICallT<{
mailbox: number;
text: string;
}, ValidResponse & {msgID: number}>
},
Misc: {
UploadImage: POST as APICallT<