Shared
ModelsExpand Collapse
class AppStateSnapshot: …
e2ee: E2EEEncrypted messaging setup status.
Encrypted messaging setup status.
state: Literal["needs-login", "initializing", "needs-cross-signing-setup", 4 more]Current 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.
verification: Optional[Verification]Trusted device verification progress.
Trusted device verification progress.
available_actions: List[Literal["accept", "cancel", "qr.confirmScanned", 2 more]]Verification actions that are valid for the current state.
Verification actions that are valid for the current state.
class Attachment: …
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.
class Message: …
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.
links: Optional[List[Link]]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[Union[bool, datetime, Dict[str, Union[bool, datetime]], null]]Read receipt state for this message, when available.
Read receipt state for this message, when available.
send_status: Optional[SendStatus]Message send status for this message, when reported by the bridge.
Message send status for this message, when reported by the bridge.
status: Literal["SUCCESS", "PENDING", "FAIL_RETRIABLE", "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.
class User: …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.