app.bsky.contact.getMatches
Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication.
- class atproto_client.models.app.bsky.contact.get_matches.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.contact.getMatches.
- class atproto_client.models.app.bsky.contact.get_matches.ParamsDict
Bases:
TypedDict- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.contact.get_matches.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.contact.getMatches.- field matches: List[models.AppBskyActorDefs.ProfileView] [Required]
Matches.