Skip to content

Conversation

@nateGeorge
Copy link

@nateGeorge nateGeorge commented Nov 12, 2025

This PR includes two improvements to DM and group DM support:

  1. Documentation: Clarifies that DM messages require channel IDs starting with D (not @username format) and documents how to mention users with <@USER_ID> format. Includes examples for finding DM channel IDs and user IDs.

  2. Feature: Adds userId, userName, members, and memberNames fields to the channels_list CSV output for IM and MPIM channels, making it easy to identify which user(s) each DM/group DM is with. This resolves the issue where DM channels were listed without any indication of who they were with.

Copy link
Owner

@korotovsky korotovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nateGeorge, thank you for the PR, I think it would make sense instead of adding 4 more properties into Channel struct to add real name of the IM or MPIM name into Name then. This way the implementation and interface should be cleaner.

Also please separate docs PR from feature PR because they seem to have different purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants