Untitled

Anonymous
typescript
03/15/2022 12:14 PM
340 B
17
Indexable
client.send({
    assistantApi: {
        sendServerAction: {
            messageName: 'RUN_APP',
            smartAppInfo: {
                projectId: config.projectId,
                systemName: config.systemName,
            },
        },
    },
});
Editor is loading...