(close connection channel-id)
Closes a direct message channel.
Closes a direct message channel.
(history connection channel-id)
(history connection channel-id optionals)
Fetches history of messages and events from direct message channel. Optional arguments are:
Fetches history of messages and events from direct message 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
(list connection)
Lists direct message channels for the calling user.
Lists direct message channels for the calling user.
(mark connection channel-id timestamp)
Sets the read cursor in a direct message channel.
Sets the read cursor in a direct message channel.
(open connection user-id)
Opens a direct message channel.
Opens a direct message channel.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close