Get the URL for the posted message in channel
I'm using the following API to send message in a channel:
with `sync_message` flag that gives me back the message_id of posted message. It seems the URL cannot be obtained by a combination of channelid/message_id. Is there any way to get URL of the message I have posted?
I've also look into following APIs:
but there are two problems:
1) their responses doesn't seems to include the URL of the message, at least in the samples provided in docs.