* Architectural rework

This commit is contained in:
2026-03-06 23:19:24 +04:00
parent 74d778e6da
commit 866129f2ff
144 changed files with 413 additions and 368 deletions
@@ -3,11 +3,10 @@ using Microsoft.Extensions.Options;
using Telegram.Bot;
using Telegram.Bot.Polling;
using Telegram.Bot.Types;
using Telegrator.Configuration;
using Telegrator.MadiatorCore;
using Telegrator.Polling;
using Telegrator.Core;
using Telegrator.Mediation;
namespace Telegrator.Hosting.Polling
namespace Telegrator.Polling
{
/// <inheritdoc/>
public class HostUpdateRouter : UpdateRouter