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