Removed doubled filters variations for reply-chain message filtering
Instead using MessageRepliedAttribute to filter messages in reply-chain Old types renamed to new framework name
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Telegrator
|
||||
/// Main client class for the Telegrator library.
|
||||
/// Extends TelegramBotClient with reactive capabilities for handling updates.
|
||||
/// </summary>
|
||||
public class TelegratorClient : TelegramBotClient, IReactiveTelegramBot, ICollectingProvider
|
||||
public class TelegratorClient : TelegramBotClient, ITelegratorBot, ICollectingProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// The update router for handling incoming updates.
|
||||
|
||||
Reference in New Issue
Block a user