namespace KLHZ.Trader.Core.TG
{
public class TgBotConfig
public required string Token { get; set; }
public long[] Admins { get; set; } = [];
}