fix: align backend APIs and upload flow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MessageService.WebApi.Application.Message
|
||||
{
|
||||
public record SearchMessageCommand(
|
||||
Guid ConversationId,
|
||||
Guid UserId,
|
||||
string Keyword,
|
||||
long? Cursor,
|
||||
int Limit);
|
||||
}
|
||||
Reference in New Issue
Block a user