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

    Interface AcceptGroupInvitationInput

    Properties required to accept an invitation to join a group.

    AcceptGroupInvitationInput

    interface AcceptGroupInvitationInput {
        groupId: GroupId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    groupId: GroupId

    The identifier of the group in which the invitation to join is to be accepted.

    handleId: HandleId

    Identifier of the handle owned by this client.