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

    Interface DeclineGroupInvitationInput

    Properties required to decline an invitation to join a group.

    DeclineGroupInvitationInput

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

    Properties

    Properties

    groupId: GroupId

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

    handleId: HandleId

    Identifier of the handle owned by this client.