Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.room-discovery


get-public-roomsclj

(get-public-rooms)
(get-public-rooms optional-params)

Lists the public rooms on the server. Lists the public rooms on the server.

This API returns paginated responses. The rooms are ordered by the number of joined members, with the largest rooms first.

Lists the public rooms on the server.
  Lists the public rooms on the server.

This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first.
raw docstring

get-public-rooms-with-http-infoclj

(get-public-rooms-with-http-info)
(get-public-rooms-with-http-info {:keys [limit since server]})

Lists the public rooms on the server. Lists the public rooms on the server.

This API returns paginated responses. The rooms are ordered by the number of joined members, with the largest rooms first.

Lists the public rooms on the server.
  Lists the public rooms on the server.

This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first.
raw docstring

query-public-roomsclj

(query-public-rooms body)
(query-public-rooms body optional-params)

Lists the public rooms on the server with optional filter. Lists the public rooms on the server, with optional filter.

This API returns paginated responses. The rooms are ordered by the number of joined members, with the largest rooms first.

Lists the public rooms on the server with optional filter.
  Lists the public rooms on the server, with optional filter.

This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first.
raw docstring

query-public-rooms-with-http-infoclj

(query-public-rooms-with-http-info body)
(query-public-rooms-with-http-info body {:keys [server]})

Lists the public rooms on the server with optional filter. Lists the public rooms on the server, with optional filter.

This API returns paginated responses. The rooms are ordered by the number of joined members, with the largest rooms first.

Lists the public rooms on the server with optional filter.
  Lists the public rooms on the server, with optional filter.

This API returns paginated responses. The rooms are ordered by the number
of joined members, with the largest rooms first.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close