Example #1
0
        public async Task <ActionResult <string> > Update(Update update)
        {
            await _botService.HandleUpdateAsync(update);

            return(Ok("hello"));
        }