(archive connection channel-id)
Archives a conversation.
Archives a conversation.
(close connection channel-id)
Closes a direct message or multi-person direct message.
Closes a direct message or multi-person direct message.
(create connection name)
(create connection name optionals)
Initiates a public or private channel-based conversation. Optional arguments are:
Initiates a public or private channel-based conversation. Optional arguments are: - is_private: create a private channel - user_ids: a list of users (1 to 30) that will be added to the conversation
(history connection channel-id)
(history connection channel-id optionals)
Fetches a conversation's history of messages and events. Optional arguments are:
Fetches a conversation's history of messages and events. Optional arguments are: - cursor: Paginate through collections of data by setting the cursor parameter to a next_cursor attribute. - inclusive: Include messages with latest or oldest timestamp in results only when either timestamp is specified. - latest: End of time range of messages to include in results. - limit: The maximum number of items to return. - oldest: Start of time range of messages to include in results.
(info connection channel-id)
(info connection channel-id optionals)
Retrieve information about a conversation. Optional arguments are:
Retrieve information about a conversation. Optional arguments are: - include_locale: Set this to true to receive the locale for this conversation.
(invite connection channel-id user-ids)
Invites users to a channel.
Invites users to a channel.
(join connection channel-id)
Joins an existing conversation.
Joins an existing conversation.
(kick connection channel-id user-id)
Removes a user from a conversation.
Removes a user from a conversation.
(leave connection channel-id)
Leaves a conversation.
Leaves a conversation.
(list connection)
(list connection optionals)
Lists all channels in a Slack team. Optional arguments are:
Lists all channels in a Slack team. Optional arguments are: - cursor: Paginate through collections of data by setting the cursor parameter to a next_cursor attribute. - exclude_archived: Set to true to exclude archived channels from the list. - limit: The maximum number of items to return. - types: Mix and match channel types by providing a comma-separated list of any combination of public_channel, private_channel, mpim, im
(members connection channel-id)
(members connection channel-id optionals)
Retrieve members of a conversation. Optional arguments are:
Retrieve members of a conversation. Optional arguments are: - cursor: Paginate through collections of data by setting the cursor parameter to a next_cursor attribute. - limit: The maximum number of items to return.
(open connection)
(open connection optionals)
Opens or resumes a direct message or multi-person direct message. Optional arguments are:
Opens or resumes a direct message or multi-person direct message. Optional arguments are: - channel: Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead. - return_im: Boolean, indicates you want the full IM channel definition in the response. - users: Comma separated lists of users.
(rename connection channel-id name)
Renames a conversation.
Renames a conversation.
(replies connection channel-id timestamp)
(replies connection channel-id timestamp optionals)
Lists all channels in a Slack team. Optional arguments are:
Lists all channels in a Slack team. Optional arguments are: - cursor: Paginate through collections of data by setting the cursor parameter to a next_cursor attribute. - inclusive: Include messages with latest or oldest timestamp in results only when either timestamp is specified. - latest: End of time range of messages to include in results. - limit: The maximum number of items to return. - oldest: Start of time range of messages to include in results.
(set-purpose connection channel-id purpose)
Sets the purpose for a conversation.
Sets the purpose for a conversation.
(set-topic connection channel-id topic)
Sets the topic for a conversation.
Sets the topic for a conversation.
(unarchive connection channel-id)
Unarchives a conversation.
Unarchives a conversation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close