Create or start a chat
$ beeper-desktop-cli chats create
POST/v1/chats
Create a single/group chat (mode=‘create’) or start a direct chat from merged user data (mode=‘start’).
Create or start a chat
beeper-desktop-cli chats create \
--access-token 'My Access Token'{
"chatID": "!NCdzlIaMjZUmvmvyHU:beeper.com",
"status": "existing"
}Returns Examples
{
"chatID": "!NCdzlIaMjZUmvmvyHU:beeper.com",
"status": "existing"
}