Skip to main content

app.bsky.contact.defs

#matchAndContactIndex​

Associates a profile with the positional index of the contact import input in the call to app.bsky.contact.importContacts, so clients can know which phone caused a particular match.

PropertyTypeKnown ValuesRequiredDescription
matchapp.bsky.actor.defs#profileView-✅-
contactIndexinteger-✅The index of this match in the import contact input.

#syncStatus​

PropertyTypeKnown ValuesRequiredDescription
syncedAtstring (datetime)-✅Last date when contacts where imported.
matchesCountinteger-✅Number of existing contact matches resulting of the user imports and of their imported contacts having imported the user. Matches stop being counted when the user either follows the matched contact or dismisses the match.

#notification​

A stash object to be sent via bsync representing a notification to be created.

PropertyTypeKnown ValuesRequiredDescription
fromstring (did)-✅The DID of who this notification comes from.
tostring (did)-✅The DID of who this notification should go to.