- Refactoring and moving all EventArgs structures to folder Args

This commit is contained in:
FlorianDahn
2020-03-23 13:02:31 +07:00
parent 382ae2de2d
commit 8e6de4a0e1
19 changed files with 23 additions and 10 deletions
+1
View File
@@ -6,6 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using Telegram.Bot.Types;
using Telegram.Bot.Types.ReplyMarkups;
using TelegramBotBase.Args;
using TelegramBotBase.Base;
using TelegramBotBase.Enums;
using TelegramBotBase.Exceptions;