Deleting messages update

- new constant for how much message deletions per second
- updating AutoCleanForm "Cleanup" process to use constant and using MessageDeleted eventhandler
This commit is contained in:
FlorianDahn
2021-03-01 22:52:45 +01:00
parent 26c4f479fa
commit 399e056a8f
2 changed files with 19 additions and 10 deletions
+2
View File
@@ -21,5 +21,7 @@ namespace TelegramBotBase.Constants
public const int MaxReplyKeyboardCols = 12;
public const int MessageDeletionsPerSecond = 30;
}
}