slack-bot-api
slack-bot-api copied to clipboard
Retrieving message yields channel and handle ID instead
Hello,
When listening to a message, I am trying to get the channel name and user name.
However, it seems to be yielding the user ID and channel ID in a coded format (hexadecimal string).
How can I get the handle and channel name instead? Thank you.