Liking cljdoc? Tell your friends :D

matrix-client-server-api.api.presence


get-presenceclj

(get-presence user-id)

Get this user's presence state. Get the given user's presence state.

Get this user's presence state.
Get the given user's presence state.
raw docstring

get-presence-for-listclj

(get-presence-for-list user-id)

Get presence events for this presence list. Retrieve a list of presence events for every user on this list.

Get presence events for this presence list.
Retrieve a list of presence events for every user on this list.
raw docstring

get-presence-for-list-with-http-infoclj

(get-presence-for-list-with-http-info user-id)

Get presence events for this presence list. Retrieve a list of presence events for every user on this list.

Get presence events for this presence list.
Retrieve a list of presence events for every user on this list.
raw docstring

get-presence-with-http-infoclj

(get-presence-with-http-info user-id)

Get this user's presence state. Get the given user's presence state.

Get this user's presence state.
Get the given user's presence state.
raw docstring

modify-presence-listclj

(modify-presence-list user-id presence-diff)

Add or remove users from this presence list. Adds or removes users from this presence list.

Add or remove users from this presence list.
Adds or removes users from this presence list.
raw docstring

modify-presence-list-with-http-infoclj

(modify-presence-list-with-http-info user-id presence-diff)

Add or remove users from this presence list. Adds or removes users from this presence list.

Add or remove users from this presence list.
Adds or removes users from this presence list.
raw docstring

set-presenceclj

(set-presence user-id presence-state)

Update this user's presence state. This API sets the given user's presence state. When setting the status, the activity time is updated to reflect that activity; the client does not need to specify the last_active_ago field. You cannot set the presence state of another user.

Update this user's presence state.
  This API sets the given user's presence state. When setting the status,
the activity time is updated to reflect that activity; the client does
not need to specify the ``last_active_ago`` field. You cannot set the
presence state of another user.
raw docstring

set-presence-with-http-infoclj

(set-presence-with-http-info user-id presence-state)

Update this user's presence state. This API sets the given user's presence state. When setting the status, the activity time is updated to reflect that activity; the client does not need to specify the last_active_ago field. You cannot set the presence state of another user.

Update this user's presence state.
  This API sets the given user's presence state. When setting the status,
the activity time is updated to reflect that activity; the client does
not need to specify the ``last_active_ago`` field. You cannot set the
presence state of another user.
raw docstring

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

× close