Calls the "getFollowerProfileId" function on the contract.
import { getFollowerProfileId } from "thirdweb/extensions/lens"; const result = await getFollowerProfileId({ contract, followTokenId: ...,});
function getFollowerProfileId( options: BaseTransactionOptions<GetFollowerProfileIdParams>,): Promise<bigint>;
The options for the getFollowerProfileId function.
let options: BaseTransactionOptions<GetFollowerProfileIdParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.