Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 2.77 KB

README.md

File metadata and controls

36 lines (33 loc) · 2.77 KB
description
REST API Chat Methods

Chat

Url Short Description Details Page
/api/v1/chat.delete Deletes an existing chat message. Link
/api/v1/chat.followMessage Follows an existing chat message. Link
/api/v1/chat.getDeletedMessages Retrieves the deleted messages since specific date. Link
/api/v1/chat.getDiscussions Retrieves the discussions of a room. Link
/api/v1/chat.getMentionedMessages Retrieves the mentioned messages. Link
/api/v1/chat.getMessage Retrieves a single chat message. Link
/api/v1/chat.getMessageReadReceipts Retrieves message read receipts. Link
/api/v1/chat.getPinnedMessages Retrieve pinned messages from a room. Link
/api/v1/chat.getSnippetedMessages Retrieves snippeted messages. Link
/api/v1/chat.getSnippetedMessageById Retrieves snippeted message by id. Link
/api/v1/chat.getStarredMessages Retrieves the starred messages. Link
/api/v1/chat.getThreadMessages Retrieves thread's messages. Link
/api/v1/chat.getThreadsList Retrieves channel's threads. Link
/api/v1/chat.ignoreUser Ignores an user from a chat. Link
/api/v1/chat.pinMessage Pins a chat message to the message's channel. Link
/api/v1/chat.postMessage Posts a new chat message. Link
/api/v1/chat.react Sets/unsets the user's reaction to an existing chat message. Link
/api/v1/chat.reportMessage Reports a message. Link
/api/v1/chat.search Search for messages in a channel. Link
/api/v1/chat.starMessage Stars a chat message for the authenticated user. Link
/api/v1/chat.sendMessage Send new chat message. Link
/api/v1/chat.syncThreadMessages Retrieves synced thread's messages. Link
/api/v1/chat.syncThreadsList Retrieves thread's synced channel threads. Link
/api/v1/chat.unfollowMessage Unfollows an existing chat message. Link
/api/v1/chat.unPinMessage Removes the pinned status of the provided chat message. Link
/api/v1/chat.unStarMessage Removes the star on the chat message for the authenticated user. Link
/api/v1/chat.update Updates the text of the chat message. Link