add tg bot project

This commit is contained in:
2026-04-19 12:38:06 +03:00
parent 4ffd3433f9
commit 985d7e0afa
8 changed files with 61 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace GymLogAI.TgBot;
public sealed record TelegramBotOptions
{
public const string SectionName = "TelegramBot";
public string? BotToken { get; init; }
}