I am using slack conversations.history API to fetch messages from DM’s. Slack calls this im i believe. I get an empty list of messages. I do have the relevant scopes and permissions and some messages in my DMs.
For public channels it lists down the messages just fine but not for DMs. Has anyone encountered this issue before?
There are no authorization and authentication issues as i can list messages from public channels and also when requesting DMS at the start it was asking for the right scopes when provided it returns empty messages.