MCPcopy Create free account
hub / github.com/pollinations/pollinations / send

Method send

enter.pollinations.ai/worker-runtime.d.ts:1865–1865  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

1863type QueueContentType = "text" | "bytes" | "json" | "v8";
1864interface Queue<Body = unknown> {
1865 send(message: Body, options?: QueueSendOptions): Promise<void>;
1866 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1867}
1868interface QueueSendOptions {

Callers 12

scheduleProactiveFunction · 0.65
sendViaResendMethod · 0.65
_send_chunkFunction · 0.65
_send_notificationMethod · 0.65
send_code_blockFunction · 0.65
realtime.test.tsFile · 0.65
applyGuardrailFunction · 0.65
callNovaCanvasAPIFunction · 0.65
callNovaReelAPIFunction · 0.65
downloadFromS3Function · 0.65
forwardMessageFunction · 0.65

Calls

no outgoing calls

Tested by 1