MobX Lark
    Preparing search index...

    Interface CreateChatOption

    interface CreateChatOption {
        set_bot_manager?: boolean;
        user_id_type?: "open_id" | "union_id" | "user_id";
        uuid?: string;
    }
    Index

    Properties

    set_bot_manager?: boolean
    user_id_type?: "open_id" | "union_id" | "user_id"
    uuid?: string