Scratch for running next callbacks in queue

This commit is contained in:
2020-03-09 19:31:16 +04:00
parent 73cfe51312
commit 8681c7cf69
3 changed files with 34 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@ namespace Kruzya.TelegramBot.Core
await VerifyChatPair(message);
}
throw new ArgumentException();
}
public async Task VerifyChatPair(Message message)