Appearance
← Chat DTO
Body for POST Api/Chat/AddOrRemoveUsersIntoChat — both lists are applied in one call.
POST Api/Chat/AddOrRemoveUsersIntoChat
chatId
number
addUserIds
number[]
deleteUserIds
{ "chatId": 0, "addUserIds": [], "deleteUserIds": [] }