Liking cljdoc? Tell your friends :D

mattermost-clj.api.reactions


posts-ids-reactions-postclj

(posts-ids-reactions-post string)

Bulk get the reaction for posts Get a list of reactions made by all users to a given post.

Permissions

Must have read_channel permission for the channel the post is in.

Minimum server version: 5.8

Bulk get the reaction for posts
  Get a list of reactions made by all users to a given post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.

__Minimum server version__: 5.8
raw docstring

posts-ids-reactions-post-with-http-infoclj

(posts-ids-reactions-post-with-http-info string)

Bulk get the reaction for posts Get a list of reactions made by all users to a given post.

Permissions

Must have read_channel permission for the channel the post is in.

Minimum server version: 5.8

Bulk get the reaction for posts
  Get a list of reactions made by all users to a given post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.

__Minimum server version__: 5.8
raw docstring

posts-post-id-reactions-getclj

(posts-post-id-reactions-get post-id)

Get a list of reactions to a post Get a list of reactions made by all users to a given post.

Permissions

Must have read_channel permission for the channel the post is in.

Get a list of reactions to a post
  Get a list of reactions made by all users to a given post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.
raw docstring

posts-post-id-reactions-get-with-http-infoclj

(posts-post-id-reactions-get-with-http-info post-id)

Get a list of reactions to a post Get a list of reactions made by all users to a given post.

Permissions

Must have read_channel permission for the channel the post is in.

Get a list of reactions to a post
  Get a list of reactions made by all users to a given post.
##### Permissions
Must have `read_channel` permission for the channel the post is in.
raw docstring

reactions-postclj

(reactions-post reaction)

Create a reaction Create a reaction.

Permissions

Must have read_channel permission for the channel the post is in.

Create a reaction
  Create a reaction.
##### Permissions
Must have `read_channel` permission for the channel the post is in.
raw docstring

reactions-post-with-http-infoclj

(reactions-post-with-http-info reaction)

Create a reaction Create a reaction.

Permissions

Must have read_channel permission for the channel the post is in.

Create a reaction
  Create a reaction.
##### Permissions
Must have `read_channel` permission for the channel the post is in.
raw docstring

users-user-id-posts-post-id-reactions-emoji-name-deleteclj

(users-user-id-posts-post-id-reactions-emoji-name-delete user-id
                                                         post-id
                                                         emoji-name)

Remove a reaction from a post Deletes a reaction made by a user from the given post.

Permissions

Must be user or have manage_system permission.

Remove a reaction from a post
  Deletes a reaction made by a user from the given post.
##### Permissions
Must be user or have `manage_system` permission.
raw docstring

users-user-id-posts-post-id-reactions-emoji-name-delete-with-http-infoclj

(users-user-id-posts-post-id-reactions-emoji-name-delete-with-http-info
  user-id
  post-id
  emoji-name)

Remove a reaction from a post Deletes a reaction made by a user from the given post.

Permissions

Must be user or have manage_system permission.

Remove a reaction from a post
  Deletes a reaction made by a user from the given post.
##### Permissions
Must be user or have `manage_system` permission.
raw docstring

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

× close