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

@@ -8,4 +8,5 @@ public class User
public List<Account> Accounts { get; set; }
public string AgentName { get; set; }
public string AvatarUrl { get; set; }
}
public string TelegramChannel { get; set; }
}