Skip to content
Download Beeper

Archive or unarchive a chat

$ beeper-desktop chats archive
POST/v1/chats/{chatID}/archive

Archive or unarchive a chat. Set archived=true to move it to Archive, or archived=false to move it back to the inbox.

ParametersExpand Collapse
--chat-id: string

Chat ID. Input routes also accept the local chat ID from this installation when available.

--archived: optional boolean

True to archive, false to unarchive

Archive or unarchive a chat

beeper-desktop chats archive \
  --access-token 'My Access Token' \
  --chat-id '!NCdzlIaMjZUmvmvyHU:beeper.com'
Returns Examples