slack-rs-api icon indicating copy to clipboard operation
slack-rs-api copied to clipboard

Support new profile properties

Open SimonDR-Boltzmann opened this issue 7 months ago • 0 comments

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

  • huddle_state
  • huddle_state_expiration_ts
  • image_1024
  • is_custom_image
  • pronouns
  • start_date
  • status_emoji_display_info
  • status_expiration
  • status_text_canonical

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

SimonDR-Boltzmann avatar Jul 12 '24 15:07 SimonDR-Boltzmann