feat: SendMessage 결과물의 메시지 타입을 반환
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ const apiRealPath = {
|
||||
SendMessage: POST as APICallT<{
|
||||
mailbox: number;
|
||||
text: string;
|
||||
}, ValidResponse & {msgID: number}>
|
||||
}, ValidResponse & {msgID: number, msgType: MsgType}>
|
||||
},
|
||||
Misc: {
|
||||
UploadImage: POST as APICallT<
|
||||
|
||||
Reference in New Issue
Block a user