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

    Interface SendInvitationRequestInput

    Properties required to send an invitation request to a channel.

    SendInvitationRequestInput

    interface SendInvitationRequestInput {
        channelId: ChannelId;
        handleId: HandleId;
        reason?: string;
    }
    Index

    Properties

    channelId: ChannelId

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

    handleId: HandleId

    Identifier of the handle owned by this client.

    reason?: string

    Optional reason for the invitation request.