I am working on developing Slack App that sends messages from the button in the Home tab to the app's Messages tab in python. But do you know how to get a Message Tab's Channel ID for the App using Slack API?? Because the app's Message tab channel ID is different for each user, I cannot just use the channel ID it is shown in the app. So I want when each user clicks a button in the App's home tab, the message will be shown in the Message tab in the App for each user.
Thank you
