feat(api): в респонс истории робота, добавил инфу о роботе

This commit is contained in:
Mikhail Trubnikov
2024-01-26 12:27:59 +10:00
parent a2ebe90906
commit 30765f618b
3 changed files with 12 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
public string? TemplateName { get; set; }
public RobotResponse? Robot { get; set; }
}