(close connection channel-id)
Closes a multiparty direct message channel.
Closes a multiparty direct message channel.
(history connection channel-id)
(history connection channel-id optionals)
Fetches history of messages and events from a multiparty direct message.` Optional arguments are:
Fetches history of messages and events from a multiparty direct message.` 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, between 1 and 1000. - unread: include unread_count_display in the output?
(list connection)
Lists multiparty direct message channels for the calling user.
Lists multiparty direct message channels for the calling user.
(mark connection channel-id timestamp)
Sets the read cursor in a multiparty direct message channel.
Sets the read cursor in a multiparty direct message channel.
(open connection user-ids)
This method opens a multiparty direct message.
This method opens a multiparty direct message.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close