TLPointerId

See source code

A unique identifier for TLPointer records.

Pointer IDs follow the format 'pointer:' followed by a unique identifier. Typically there is one pointer record with a constant ID per session.

type TLPointerId = RecordId<TLPointer>

Example

const pointerId: TLPointerId = 'pointer:pointer'
Prev
TLParentId
Next
TLPresenceStateInfo