* minor changes to state keepers

This commit is contained in:
2025-08-13 00:58:31 +04:00
parent ccfefa578d
commit cbfb1d4e8d
4 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace Telegrator.Handlers
/// <param name="url">A URL that will be opened by the client.</param>
/// <param name="cacheTime">The maximum amount of time in seconds that the result of the callback query may be cached client-side.</param>
/// <param name="cancellationToken">The cancellation token.</param>
protected async Task AnswerCallbackQuery(
protected async Task Answer(
string? text = null,
bool showAlert = false,
string? url = null,