Add webhook

This commit is contained in:
2025-06-09 01:04:02 +07:00
parent 8836c45c9d
commit 1f2780d52a
15 changed files with 195 additions and 19 deletions

View File

@@ -9,4 +9,5 @@ public class UserDto : Document
public string Name { get; set; }
public string AgentName { get; set; }
public string AvatarUrl { get; set; }
public string TelegramChannel { get; set; }
}