Focus Beeper Desktop app
$ beeper-desktop-cli focus
POST/v1/focus
Focus Beeper Desktop and optionally navigate to a specific chat, message, or pre-fill draft text and attachment.
Parameters
--chat-id: optional string
Optional Beeper chat ID (or local chat ID) to focus after opening the app. If omitted, only opens/focuses the app.
--draft-attachment-path: optional string
Optional draft attachment path to populate in the message input field.
--draft-text: optional string
Optional draft text to populate in the message input field.
--message-id: optional string
Optional message ID. Jumps to that message in the chat when opening.
Returns
Focus Beeper Desktop app
beeper-desktop-cli focus{
"success": true
}Returns Examples
{
"success": true
}