UNPKG

tianji-client-sdk

Version:

12 lines (11 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sendFeed = sendFeed; const client_1 = require("./open/client"); async function sendFeed(channelId, payload) { const res = await client_1.FeedService.feedSendEvent({ channelId, requestBody: payload, }); return res; }