Untitled

 avatar
unknown
typescript
3 years ago
254 B
3
Indexable
client.send({
    assistantApi: {
        sendServerAction: {
            messageName: 'RUN_APP',
            smartAppInfo: {
                projectId: config.projectId,
                systemName: config.systemName,
            },
        },
    },
});