Make OnMessageSent async as well
This commit is contained in:
@@ -7,7 +7,7 @@ using Telegram.Bot.Types;
|
||||
|
||||
namespace TelegramBotBase.Args
|
||||
{
|
||||
public class MessageSentEventArgs
|
||||
public class MessageSentEventArgs : EventArgs
|
||||
{
|
||||
public int MessageId
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user