feat, refac: 메시지 삭제

This commit is contained in:
2022-12-05 01:40:12 +09:00
parent 4f21eab7b1
commit 83f233cc99
2 changed files with 43 additions and 0 deletions
+3
View File
@@ -172,6 +172,9 @@ const apiRealPath = {
}, InheritLogResponse>
},
Message: {
DeleteMessage: PATCH as APICallT<{
msgID: number,
}>,
GetContactList: GET as APICallT<undefined, MabilboxListResponse>,
GetRecentMessage: GET as APICallT<{
sequence?: number;