feat, refac: 메시지 삭제
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user