Fix bot dto
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user