feat, refact: 메시지 응답
This commit is contained in:
@@ -175,6 +175,10 @@ const apiRealPath = {
|
||||
DeleteMessage: PATCH as APICallT<{
|
||||
msgID: number,
|
||||
}>,
|
||||
DecideMessageResponse: POST as APICallT<{
|
||||
msgID: number,
|
||||
response: boolean,
|
||||
}>,
|
||||
GetContactList: GET as APICallT<undefined, MabilboxListResponse>,
|
||||
GetRecentMessage: GET as APICallT<{
|
||||
sequence?: number;
|
||||
|
||||
Reference in New Issue
Block a user