Update BotCommandEventArgs.cs

updating documentation
This commit is contained in:
FlorianDahn 2020-04-11 19:41:56 +02:00
parent b74233d66d
commit 25a0ff2e3e

View File

@ -9,7 +9,7 @@ using TelegramBotBase.Sessions;
namespace TelegramBotBase.Args
{
/// <summary>
/// Base class for given system call results
/// Base class for given bot command results
/// </summary>
public class BotCommandEventArgs : EventArgs
{