(archive connection channel-id)
Archives a channel.
Archives a channel.
(history connection channel-id)
(history connection channel-id optionals)
Fetches history of messages and events from a channel. Optional arguments are:
Fetches history of messages and events from a channel. 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 channel.
Gets information about a channel.
(invite connection channel-id user-id)
Invites a user to a channel.
Invites a user to a channel.
(join connection channel-name)
Joins a channel, creating it if needed.
Joins a channel, creating it if needed.
(kick connection channel-id user-id)
Removes a user from a channel.
Removes a user from a channel.
(list connection)
(list connection optionals)
List channels. Optional argument:
List channels. Optional argument: - exclude_archived: don't return archived channels
(mark connection channel-id timestamp)
Sets the read cursor in a channel.
Sets the read cursor in a channel.
(set-purpose connection channel-id purpose)
Sets the purpose for a channel.
Sets the purpose for a channel.
(set-topic connection channel-id topic)
Sets the topic for a channel.
Sets the topic for a channel.
(unarchive connection channel-id)
Unarchives a channel.
Unarchives a channel.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close