Make OnMessageSent async as well

This commit is contained in:
FlorianDahn
2022-07-02 14:07:25 +02:00
parent e814046d29
commit df7880fcf3
4 changed files with 28 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using Telegram.Bot.Types;
namespace TelegramBotBase.Args
{
public class MessageSentEventArgs
public class MessageSentEventArgs : EventArgs
{
public int MessageId
{