Skip to content

Commit

Permalink
fix: improve caching
Browse files Browse the repository at this point in the history
  • Loading branch information
valchetski committed Sep 3, 2024
1 parent 0fd4697 commit 65c8aba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tgvs/Telegram/UpdateHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ private async Task BotOnInlineQueryReceived(InlineQuery inlineQuery, Cancellatio
await botClient.AnswerInlineQueryAsync(
inlineQueryId: inlineQuery.Id,
results: results,
cacheTime: 0,
isPersonal: true,
cancellationToken: cancellationToken);
}

Expand Down

0 comments on commit 65c8aba

Please sign in to comment.