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

    Interface DeclineInvitationRequestInput

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

    DeclineInvitationRequestInput

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

    Properties

    channelId: ChannelId

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

    handleId: HandleId

    Identifier of the handle owned by this client.

    reason?: string

    Optional reason for declining the invitation request.

    targetHandleId: HandleId

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