slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Support new profile properties #112

Open SimonDR-Boltzmann opened 2 months ago

SimonDR-Boltzmann commented 2 months ago

Comparing the current output of the users.list API endpoint with the current UserProfile struct, it seems the following properties were added:

Personally, I'm only interested in retrieving start_date, but adding all of these would be nice to have.