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.