You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you have to specify the channel and/or user IDs when posting and inviting, which can be found using channels.list and users.list. But it would be easier to do
chat.postmessage -cn general "text to send"
To which -cn|--channel-name is needed.
This functionality requires to get the list of channels and match their names, something that channels.list already does so either abstract it or do directly if simple enough.
The text was updated successfully, but these errors were encountered:
Currently you have to specify the channel and/or user IDs when posting and inviting, which can be found using
channels.list
andusers.list
. But it would be easier to doTo which
-cn|--channel-name
is needed.This functionality requires to get the list of channels and match their names, something that
channels.list
already does so either abstract it or do directly if simple enough.The text was updated successfully, but these errors were encountered: