Пример #1
0
 private static async Task <bool> VerifyEntered(string input)
 {
     return(await BotClient.VerifyToken(input));
 }