(archive connection channel-id)
Archives a private group.
Archives a private group.
(close connection channel-id)
Closes a private group.
Closes a private group.
(create connection name)
Creates a private group.
Creates a private group.
(create-child connection channel-id)
Clones and archives a private group.
Clones and archives a private group.
(history connection channel-id)
(history connection channel-id optionals)
Fetches history of messages and events from a private group. Optional arguments are:
Fetches history of messages and events from a private group. Optional arguments are: - latest: end of time range of messages to include in results - oldest: start of time range of messages to include in results - inclusive: include messages with latest or oldest timestamp in results - count: number of messages to return
(info connection channel-id)
Gets information about a private channel
Gets information about a private channel
(invite connection channel-id user-id)
Invites a user to a private group.
Invites a user to a private group.
(kick connection channel-id user-id)
Removes a user from a private group.
Removes a user from a private group.
(leave connection channel-id)
Leaves a private group.
Leaves a private group.
(list connection)
(list connection optionals)
Lists private groups that the calling user has access to. Optional argument:
Lists private groups that the calling user has access to. Optional argument: - exclude_archived: don't return archived groups
(mark connection channel-id timestamp)
Sets the read cursor in a private group.
Sets the read cursor in a private group.
(open connection channel-id)
Opens a private group.
Opens a private group.
(rename connection channel-id name)
Rename a private group.
Rename a private group.
(set-purpose connection channel-id purpose)
Sets the purpose for a private group.
Sets the purpose for a private group.
(set-topic connection channel-id topic)
Sets the topic for a private group.
Sets the topic for a private group.
(unarchive connection channel-id)
Unarchives a private group.
Unarchives a private group.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close