@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface WithdrawGroupInvitationInput

    Properties required to withdraw a previously sent group invitation.

    WithdrawGroupInvitationInput

    interface WithdrawGroupInvitationInput {
        groupId: GroupId;
        handleId: HandleId;
        targetHandleId: HandleId;
    }
    Index

    Properties

    groupId: GroupId

    The identifier of the group in which an invitation was sent.

    handleId: HandleId

    Identifier of the handle owned by this client.

    targetHandleId: HandleId

    A handle identifier for the handle that is intended to have their invitation withdrawn.