Options
All
  • Public
  • Public/Protected
  • All
Menu

Data for a request to the /keys/claim API endpoint ([specification]).

Claims one-time keys that can be used to establish 1-to-1 E2EE sessions.

Hierarchy

  • KeysClaimRequest

Index

Constructors

Properties

Methods

Constructors

  • Create a new KeysClaimRequest.

    Parameters

    • id: string
    • body: string

    Returns KeysClaimRequest

Properties

body: string

A JSON-encoded string containing the rest of the payload: timeout, one_time_keys.

It represents the body of the HTTP request.

id: string

The request ID.

Get its request type.

Methods

  • free(): void
  • Returns void

Generated using TypeDoc