コード例 #1
0
 public Task <bool> IsUserActive(string userId)
 {
     return(_slack.GetUserPresence(userId));
 }