Type alias: Recipients
Recipients:
object
Type declaration
connectors
connectors?: { type
: string
; value
: string
; }[]
Connectors are assigned to users of your app to refer to them.
sealdIds
sealdIds?: (string
| { id
: string
; })[]
Internal Seald IDs. Returned for users with sdk.getCurrentAccountInfo
, for groups when creating them.
userIds
userIds?: string
[]
The IDs of users inside your app. DEPRECATED. Use connectors instead. Connectors corresponding to userIds are of type AP
and value ${userId}@${appId}