feat: SendMessage 결과물의 메시지 타입을 반환

This commit is contained in:
2023-03-09 02:20:25 +09:00
parent feb10bee93
commit e404f3145c
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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<