- 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
@@ -12,6 +12,7 @@ using Telegram.Bot.Types;
using Telegram.Bot.Types.Enums;
using Telegram.Bot.Types.InputFiles;
using Telegram.Bot.Types.ReplyMarkups;
using TelegramBotBase.Args;
using TelegramBotBase.Base;
using TelegramBotBase.Exceptions;
using TelegramBotBase.Form;