using System; using System.Collections.Generic; namespace Knot.Modules.Chats.Application.DTOs; public sealed record AddMembersRequest(List UserIds);