Untitled

Anonymous
typescript
03/15/2022 2:44 PM
412 B
16
Indexable
client.send({
    assistantApi: {
        sendServerAction: {
            messageName: 'RUN_APP',
            smartAppInfo: {
                applicationId: config.applicationId,
                projectId: config.projectId,
                systemName: config.systemName,
            },
        },
    },
});
Editor is loading...