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

    Interface SendGroupInvitationsInput

    Properties required to invite handles to join an existing group.

    SendGroupInvitationsInput

    interface SendGroupInvitationsInput {
        groupId: GroupId;
        handleId: HandleId;
        targetHandleIds: HandleId[];
    }
    Index

    Properties

    groupId: GroupId

    The identifier of the group to invite handles to.

    handleId: HandleId

    Identifier of the handle owned by this client.

    targetHandleIds: HandleId[]

    A list of handle identifiers to invite.