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

    Interface SendChannelInvitationsInput

    Properties required to invite handles to join an existing channel.

    SendChannelInvitationsInput

    interface SendChannelInvitationsInput {
        channelId: ChannelId;
        handleId: HandleId;
        targetHandleIds: HandleId[];
    }
    Index

    Properties

    channelId: ChannelId

    The identifier of the channel to invite handles to.

    handleId: HandleId

    Identifier of the handle owned by this client.

    targetHandleIds: HandleId[]

    A list of handle identifiers to invite.