CloneTopicReqPayload: {
    name?: string | null;
    owner_id: string;
    topic_id: string;
}

Type declaration

  • Optionalname?: string | null

    The name of the topic. If this is not provided, the topic name is the same as the previous topic

  • owner_id: string

    The owner_id of the topic. This is typically a browser fingerprint or your user's id. It is used to group topics together for a user.

  • topic_id: string

    The topic_id to clone from