Example #1
0
 public Task ChatWatch(long chatId)
 {
     _telegramService.ChatWatchSubscribe(Context.ConnectionId, chatId);
     return(Task.CompletedTask);
 }