ConversationParticipantInput: {
    walletBlockchain: WalletBlockchain;
    walletPublicKey: Scalars["String"]["input"];
}

Object used to add a participant to a conversation

Type declaration

  • walletBlockchain: WalletBlockchain

    Blockchain the wallet belongs to.

  • walletPublicKey: Scalars["String"]["input"]

    User's wallet address.