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

    Interface ListReceivedInvitationRequestsInput

    Properties required to retrieve all channel invitation requests received by a specific channel.

    ListReceivedInvitationRequestsInput

    interface ListReceivedInvitationRequestsInput {
        channelId: ChannelId;
        handleId: HandleId;
    }
    Index

    Properties

    Properties

    channelId: ChannelId

    The identifier of the channel to query for received invitation requests.

    handleId: HandleId

    Identifier of the handle owned by this client.