From 00842216a1ce1e344b63595bfc681270e0c6fb9a Mon Sep 17 00:00:00 2001 From: XSilverTH Date: Mon, 29 Dec 2025 16:53:32 +0330 Subject: [PATCH] Revert: accidental commit of extra changes --- Telegrator/Polling/ReactiveUpdateReceiver.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegrator/Polling/ReactiveUpdateReceiver.cs b/Telegrator/Polling/ReactiveUpdateReceiver.cs index 082b281..4f4cf1f 100644 --- a/Telegrator/Polling/ReactiveUpdateReceiver.cs +++ b/Telegrator/Polling/ReactiveUpdateReceiver.cs @@ -6,12 +6,12 @@ using Telegram.Bot.Types; namespace Telegrator.Polling { /// - /// Reactive update receiver for polling updates from Telegram. - /// Provides custom update receiving logic with error handling and configuration options. + /// Reactive implementation of for polling updates from Telegram. + /// /// Provides custom update receiving logic with error handling and configuration options. /// /// The Telegram bot client for making API requests. /// Optional receiver options for configuring update polling behavior. - public class ReactiveUpdateReceiver(ITelegramBotClient client, ReceiverOptions? options) + public class ReactiveUpdateReceiver(ITelegramBotClient client, ReceiverOptions? options) : IUpdateReceiver { /// /// Gets the receiver options for configuring update polling behavior.