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

    Interface AcceptInvitationRequestInput

    Properties required to accept an invitation request to join a channel.

    AcceptInvitationRequestInput

    interface AcceptInvitationRequestInput {
        channelId: ChannelId;
        handleId: HandleId;
        targetHandleId: HandleId;
    }
    Index

    Properties

    channelId: ChannelId

    The identifier of the channel to accept an invitation request for.

    handleId: HandleId

    Identifier of the handle owned by this client.

    targetHandleId: HandleId

    The identifier of the handle to accept the invitation request from.