Skip to content

AddOrRemoveUsersIntoChatRequestDto

← Chat DTO

Body for POST Api/Chat/AddOrRemoveUsersIntoChat — both lists are applied in one call.

Поля

ПолеТипОбязательноеОписание
chatIdnumberда
addUserIdsnumber[]да
deleteUserIdsnumber[]да

Пример

json
{
  "chatId": 0,
  "addUserIds": [],
  "deleteUserIds": []
}