ImportContactsRequest

data class ImportContactsRequest(val token: String, val contacts: List<String>)

Parameters

token

JWT to authenticate the call. Use the JWT received as a response to the call to app.bsky.contact.verifyPhone.

Constructors

Link copied to clipboard
constructor(token: String, contacts: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard

JWT to authenticate the call. Use the JWT received as a response to the call to app.bsky.contact.verifyPhone.