using Insight.TelegramBot.Handling.Matchers.CallbackQueryMatchers; using Nocr.TelegramClient.AppServices.Bots; namespace Nocr.TelegramClient.AppServices.Handlers.CallbackQueries.ViewSubscription; public sealed class ViewSubscriptionMatcher : StateCallbackQueryMatcher { public ViewSubscriptionMatcher() { ExpectingState = NocrState.ViewSubscription; } }