Set Channel Posting Permissions
Set the posting permissions for a public or private channel.
from composio_langchain import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SLACK_SET_CHANNEL_POSTING_PERMISSIONS])