Skip to content

Commit

Permalink
Merge pull request #133 from theteladras/master
Browse files Browse the repository at this point in the history
include ApiAppId in user profile
  • Loading branch information
soxtoby authored Dec 21, 2022
2 parents 44fc647 + 01f4041 commit 4acd84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SlackNet/Objects/UserProfile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace SlackNet;

public class UserProfile
{
public string ApiAppId { get; set; }
public string Title { get; set; }
public string AvatarHash { get; set; }
public string StatusEmoji { get; set; }
Expand Down

0 comments on commit 4acd84b

Please sign in to comment.