CreatePresenceStateDerivationOpts

See source code
Table of contents
interface CreatePresenceStateDerivationOpts {}

Properties

instanceId

optional

Custom instance ID. If not provided, one is generated from the store ID.

instanceId?: TLInstancePresence["id"];

Methods

getUserPresence

optional

Override how presence state is built from the store and current user. Defaults to getDefaultUserPresence.

Parameters

NameDescription

store

TLStore;

user

TLUser;

Returns


Prev
BoxModel
Next
CustomRecordInfo