Fix bot dto

This commit is contained in:
2025-07-10 15:14:03 +07:00
parent 14b3a3c39a
commit d07fc4b1e1

View File

@@ -7,9 +7,7 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections;
[BsonCollection("Bots")] [BsonCollection("Bots")]
public class BotDto : Document public class BotDto : Document
{ {
public string Name { get; set; }
public string Data { get; set; } public string Data { get; set; }
public BotType BotType { get; set; }
public string Identifier { get; set; } public string Identifier { get; set; }
public UserDto User { get; set; } public UserDto User { get; set; }
public BotStatus LastStatus { get; set; } public BotStatus LastStatus { get; set; }