Example #1
0
    public override async Task HandleAsync(IUpdateContext context, UpdateDelegate next, string[] args)
    {
        await _telegramService.AddUpdateContext(context);

        if (!await _botService.IsBeta())
        {
            return;
        }

        var chatId = _telegramService.Message.Chat.Id;

        // await _metricService.GetStat();
    }