mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[core] move message auto-delete service from code-watcher to core
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Telegram.Bot.Types;
|
||||
|
||||
namespace Kruzya.TelegramBot.Core.AutoDelete;
|
||||
|
||||
public class DeleteRequest
|
||||
{
|
||||
public ChatId ChatId { get; set; }
|
||||
public int MessageId { get; set; }
|
||||
public DateTime DeleteAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user