chat
Creating chats, viewing/inviting chat members
createWorkspaceChat
Create a chat in a workspace
getOrCreatePersonalChat
Create or get an existing personal chat with another member
getOrCreateUserEventsChat
Create or get an existing chat with personal notifications
getOrCreateThreadChat
Create or get an existing thread under a message
getWorkspaceChats
Get the list of chats in a workspace. Archived chats are not included in the list
getMyWorkspaceChats
Get the list of workspace chats the bot is a member of. Archived chats are not included in the list
getChatsInfo
Get detailed information about chats. Chats the bot is not a member of are ignored and no information is returned for them
inviteToChat
Invite members to a chat. Used only for Workspace chats. Inviting members who are already in the chat has no effect
kickFromChat
Remove members from a chat. Used only for Workspace chats. Removing members who are not in the chat has no effect
leaveChat
Leave a chat. Used only for Workspace chats
archiveChat
Archive a chat. Used only for Workspace chats
unarchiveChat
Restore an archived chat. Used only for Workspace chats
setChatMemberRole
Set a new role for a member. Used only for Workspace chats
getChatMembersList
Get the list of chat members by chatId. Returns an array of membershipId values of the members in the specified chat