fix: align backend APIs and upload flow
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
namespace IM.Commons.IntegrationEvents
|
||||
{
|
||||
public record GroupMemberLeftEvent(Guid UserId, Guid GroupId);
|
||||
}
|
||||
@@ -20,6 +20,8 @@ namespace IM.Commons.IntegrationEvents
|
||||
public string ContentType { get; set; }
|
||||
public string CheckSun { get; set; }
|
||||
public IReadOnlyList<UploadPart> Parts { get; set; }
|
||||
public string? ChatType { get; set; }
|
||||
public Guid? TargetId { get; set; }
|
||||
}
|
||||
public sealed record UploadPart(
|
||||
int PartNumber,
|
||||
|
||||
Reference in New Issue
Block a user