soxtoby / SlackNet

A comprehensive Slack API client for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add missing Pronouns to UserProfile

samoreque opened this issue · comments

It would be great if we can access to the pronouns when we call _slack.Users.List() for SlackNet.AspNetCore

thanks
Samuel

PD: Or is there a way to get pronouns?? 🤔

Thanks for raising this, @samoreque. I've added the missing Pronouns property to UserProfile, along with some other properties that seemed to be missing, and I'll try to push up a new release soon with the changes.

Thank you so much, excited to see the new version soon 💯

The new properties are now available in v0.13.1.

Seems like the changes to UserProfile broke deserialization - should be working now in v0.13.2.

thanks for the heads up, going to test it