Focus Beeper Desktop app
client.focus(FocusParams { chatID, draftAttachmentPath, draftText, messageID } body?, RequestOptionsoptions?): FocusResponse { success }
POST/v1/focus
Focus Beeper Desktop and optionally navigate to a specific chat, message, or pre-fill draft text and attachment.
Parameters
Returns
Focus Beeper Desktop app
import BeeperDesktop from '@beeper/desktop-api';
const client = new BeeperDesktop();
const response = await client.focus();
console.log(response.success);{
"success": true
}Returns Examples
{
"success": true
}