messaging
Instant messaging service
Chat enables creation of chat groups and instant messaging services. Programmatically join, invite, kick or ban users.
Create a new group
Delete a group
List the messages in a chat
Invite a user to a group
Join a group
Kick a user from a group
Leave a group
List available chats
Connect to a chat to receive a stream of messages Send a message to a chat
Create Request
Response
{
"group": {
"id": "d8057208-f81a-4e14-ad7f-c29daa2bb910",
"name": "general",
"description": "The general group",
"created_at": "2022-02-17T16:12:43.942557998Z",
"user_ids": [],
"private": false
}
}