cURL
curl --request POST \ --url https://api.basement.fun/launcher/create-message-channel \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "otherParticipants": [ "<string>" ] }'
{ "_id": "<string>", "name": "<string>", "chatPicture": "<string>", "createdAt": 123, "updatedAt": 123, "participants": [ { "wallet": "<string>", "userGroup": 123, "permissions": [ "<string>" ] } ], "gameId": "<string>" }
Create a new message channel with specified participants
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object