[core] move message auto-delete service from code-watcher to core

This commit is contained in:
Andriy
2023-01-23 13:12:38 +02:00
parent 261c1178b7
commit bbcdfff2b9
5 changed files with 16 additions and 13 deletions
+1
View File
@@ -2,6 +2,7 @@
using BotFramework;
using BotFramework.Attributes;
using BotFramework.Enums;
using Kruzya.TelegramBot.Core.AutoDelete;
using Kruzya.TelegramBot.Core.Extensions;
using Telegram.Bot;
using Telegram.Bot.Types;