add architecture skeleton
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace GymLogAI.TelegramBot;
|
||||
|
||||
public sealed record TelegramBotOptions
|
||||
{
|
||||
public const string SectionName = "TelegramBot";
|
||||
|
||||
public string? BotToken { get; init; }
|
||||
public int PollingTimeoutSeconds { get; init; } = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user