|
@@ -157,7 +157,6 @@ namespace MafiaTelegramBot.Models
|
|
|
|
|
|
public static async Task AnswerPreCheckoutQuery(string preCheckoutQueryId)
|
|
public static async Task AnswerPreCheckoutQuery(string preCheckoutQueryId)
|
|
{
|
|
{
|
|
- Console.WriteLine(preCheckoutQueryId);
|
|
|
|
var token = new CancellationToken();
|
|
var token = new CancellationToken();
|
|
await Get().AnswerPreCheckoutQueryAsync(preCheckoutQueryId, token);
|
|
await Get().AnswerPreCheckoutQueryAsync(preCheckoutQueryId, token);
|
|
Console.WriteLine(token.IsCancellationRequested);
|
|
Console.WriteLine(token.IsCancellationRequested);
|