interface InferFromTwitterPayload {
    context: "twitter";
    proof: string | TelegramSignedAttestation;
    referralCode?: string;
    userId: string;
    username: string;
}

Hierarchy

  • InferFromXPayload
    • InferFromTwitterPayload

Properties

context
referralCode?: string
userId: string
username: string