Shared
ModelsExpand Collapse
AppStateSnapshot object { e2ee, state, matrix, verification }
e2ee: object { crossSigning, firstSyncDone, hasBackedUpRecoveryKey, 6 more } Encrypted messaging setup status.
Encrypted messaging setup status.
state: "needs-login" or "initializing" or "needs-cross-signing-setup" or 4 moreCurrent sign-in and encrypted messaging setup state for Beeper Desktop or Beeper Server.
Current sign-in and encrypted messaging setup state for Beeper Desktop or Beeper Server.
matrix: optional object { deviceID, homeserver, userID } Signed-in account details. Omitted until sign-in is complete.
Signed-in account details. Omitted until sign-in is complete.
verification: optional object { id, availableActions, direction, 8 more } Trusted device verification progress.
Trusted device verification progress.
availableActions: array of "accept" or "cancel" or "qr.confirmScanned" or 2 moreVerification actions that are valid for the current state.
Verification actions that are valid for the current state.
Attachment object { type, id, duration, 10 more }
Attachment identifier, typically an mxc:// URL. Use the download file endpoint to get a local file path.
Preview image URL for video attachments (poster frame). May be temporary or available only on this device; download promptly if durable access is needed.
AttachmentCapabilities object { mimeTypes, caption, maxCaptionLength, 5 more } Capabilities for one attachment message type.
Capabilities for one attachment message type.
ChatCapabilities object { allowedReactions, archive, attachments, 24 more } Chat capabilities reported by the platform.
Chat capabilities reported by the platform.
Allowed Unicode reactions. Omitted means all emoji reactions are allowed.
Supported attachment message types and their per-type constraints, keyed by Matrix msgtype or pseudo-msgtype (for example m.image, m.video, org.matrix.msc3245.voice). Missing message types should be treated as rejected.
Supported attachment message types and their per-type constraints, keyed by Matrix msgtype or pseudo-msgtype (for example m.image, m.video, org.matrix.msc3245.voice). Missing message types should be treated as rejected.
delete: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
True if deleting messages only for the authenticated user is supported.
disappearingTimer: optional object { omitEmptyTimer, timers, types } Disappearing-message timer capabilities.
Disappearing-message timer capabilities.
edit: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
formatting: optional map[-2 or -1 or 0 or 2 more]Supported rich-text formatting features keyed by feature name (for example bold, inline_code, code_block.syntax_highlighting). Omitted means no formatting support is advertised.
Supported rich-text formatting features keyed by feature name (for example bold, inline_code, code_block.syntax_highlighting). Omitted means no formatting support is advertised.
locationMessage: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
messageRequest: optional object { acceptWithButton, acceptWithMessage } Message request capabilities.
Message request capabilities.
participantActions: optional object { ban, invite, kick, 2 more } Participant management capabilities.
Participant management capabilities.
ban: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
invite: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
kick: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
poll: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
reaction: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
reply: optional -2 or -1 or 0 or 2 more-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
-2: rejected, -1: dropped, 0: unsupported, 1: partially supported, 2: fully supported.
Chat state update capabilities.
Chat state update capabilities.
ChatDraft object { text, attachments } Current draft object for this chat, or null when no draft is set.
Current draft object for this chat, or null when no draft is set.
ChatStateCapabilities object { avatar, description, disappearingTimer, title } Chat state update capabilities.
Chat state update capabilities.
LinkPreview object { title, url, favicon, 4 more } Link preview included with a message.
Link preview included with a message.
Favicon URL if available. May be temporary or available only on this device; download promptly if durable access is needed.
Preview image URL if available. May be temporary or available only on this device; download promptly if durable access is needed.
Message object { id, accountID, chatID, 18 more }
Chat ID. Input routes also accept the local chat ID from this installation when available.
Fully qualified sender user ID. Network-backed IDs usually include the network prefix and homeserver.
Attachments included with this message, if any.
Attachments included with this message, if any.
Attachment identifier, typically an mxc:// URL. Use the download file endpoint to get a local file path.
Preview image URL for video attachments (poster frame). May be temporary or available only on this device; download promptly if durable access is needed.
Link previews included with this message, if any.
Link previews included with this message, if any.
Favicon URL if available. May be temporary or available only on this device; download promptly if durable access is needed.
Preview image URL if available. May be temporary or available only on this device; download promptly if durable access is needed.
Mentioned user IDs, @room, or null for legacy messages that require text scanning.
Reactions to the message, if any.
Reactions to the message, if any.
seen: optional boolean or string or map[boolean or string]Read receipt state for this message, when available.
Read receipt state for this message, when available.
Message send status for this message, when reported by the bridge.
Message send status for this message, when reported by the bridge.
status: "SUCCESS" or "PENDING" or "FAIL_RETRIABLE" or "FAIL_PERMANENT"Current status of the message send attempt.
Current status of the message send attempt.
User IDs the message was delivered to, when reported by the network.
Reaction object { id, participantID, reactionKey, 2 more }
SendStatus object { status, timestamp, deliveredToUsers, 3 more } Message send status for this message, when reported by the bridge.
Message send status for this message, when reported by the bridge.
status: "SUCCESS" or "PENDING" or "FAIL_RETRIABLE" or "FAIL_PERMANENT"Current status of the message send attempt.
Current status of the message send attempt.
User IDs the message was delivered to, when reported by the network.
User object { id, cannotMessage, email, 5 more } User the account belongs to.
User the account belongs to.
True if Beeper cannot initiate messages to this user (e.g., blocked, network restriction, or no DM path). The user may still message you.
Display name as shown in clients (e.g., ‘Alice Example’). May include emojis.
Avatar image URL if available. This may be a remote URL, media URL, data URL, or local file URL depending on the source. May be temporary or available only on this device; download promptly if durable access is needed.