Skip to content

Commit

Permalink
Merge pull request #149 from JoeMyers/pr/including_huddle_props
Browse files Browse the repository at this point in the history
Including missing huddle properties on the UserProfile object
  • Loading branch information
soxtoby authored Feb 25, 2023
2 parents ac96434 + a38f3c4 commit 7c686f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SlackNet/Objects/UserProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public class UserProfile
public string RealNameNormalized { get; set; }
public string DisplayName { get; set; }
public string Email { get; set; }
public string HuddleState { get; set; }
public int HuddleStateExpirationTs { get; set; }
public string Skype { get; set; }
public string Phone { get; set; }
public bool? AlwaysActive { get; set; }
Expand Down

0 comments on commit 7c686f2

Please sign in to comment.