UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

32 lines (31 loc) 4.56 kB
import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "../../account-id-Df9e41E6.js"; import { r as buildChannelConfigSchema } from "../../config-schema-CO2ikh7C.js"; import { t as getChatChannelMeta } from "../../chat-meta-KtaM-Sfw.js"; import { n as AcpRuntimeError } from "../../errors-B_W4aC5J.js"; import { _ as readReactionParams, b as readStringParam, h as readNumberParam, l as jsonResult, v as readStringArrayParam, y as readStringOrNumberParam } from "../../common-C4yy9V-D.js"; import { r as resolvePollMaxSelections } from "../../polls-C-v11_tu.js"; import { t as clearAccountEntryFields } from "../../config-helpers-DU5uyx8S.js"; import { n as formatPairingApproveHint } from "../../helpers-BLGguEiN.js"; import { r as makeProxyFetch } from "../../proxy-fetch-Ii-XBOip.js"; import { i as shouldRetryTelegramTransportFallback, n as resolveTelegramFetch, r as resolveTelegramTransport } from "../../fetch-DVxN6WLs.js"; import { n as collectTelegramUnmentionedGroupIds, t as auditTelegramGroupMembership } from "../../audit-BVZJ6ovp.js"; import { r as emptyPluginConfigSchema } from "../../config-schema-D24DJjjb.js"; import "../../channel-core-IukkNCd-.js"; import { t as resolveTelegramToken } from "../../token-B4yhWKGC.js"; import { a as resolveConfiguredFromCredentialStatuses, r as projectCredentialSnapshotFields } from "../../account-snapshot-fields-VbzFdu8Y.js"; import "../../acp-runtime-B1sLALSO.js"; import { t as PAIRING_APPROVED_MESSAGE } from "../../pairing-message-DNhqI-OE.js"; import "../../channel-plugin-common-DTFXpVi6.js"; import { o as buildTokenChannelStatusSummary } from "../../status-helpers-BevxX6Pu.js"; import "../../channel-status-DxlXr0Xh.js"; import { c as TelegramConfigSchema } from "../../bundled-channel-config-schema-DwZyvOaO.js"; import "../../channel-actions-BOfvC-Gl.js"; import { r as setTelegramRuntime } from "../../runtime-B_f_VNpK2.js"; import { a as buildTelegramExecApprovalPendingPayload, o as shouldSuppressTelegramExecApprovalForwardingFallback, r as monitorTelegramProvider, s as telegramMessageActions, t as probeTelegram } from "../../probe-D1liUu9a.js"; import { t as parseTelegramTopicConversation } from "../../topic-conversation-B6kdtLDb.js"; import "../../config-api-wRcKzSOH.js"; import { c as setTelegramThreadBindingMaxAgeBySessionKey, i as getTelegramThreadBindingManager, o as resetTelegramThreadBindingsForTests, r as createTelegramThreadBindingManager, s as setTelegramThreadBindingIdleTimeoutBySessionKey } from "../../thread-bindings-B0soi6Nv.js"; import { r as resolveTelegramRuntimeGroupPolicy } from "../../group-access-B5I9myIg.js"; import { a as editMessageTelegram, c as renameForumTopicTelegram, d as sendPollTelegram, f as sendStickerTelegram, i as editMessageReplyMarkupTelegram, m as unpinMessageTelegram, n as deleteMessageTelegram, o as pinMessageTelegram, p as sendTypingTelegram, r as editForumTopicTelegram, s as reactMessageTelegram, t as createForumTopicTelegram, u as sendMessageTelegram } from "../../send-f0zZCDGg.js"; import { t as resolveTelegramPollVisibility } from "../../poll-visibility-Ds4ydsWS.js"; export { AcpRuntimeError, DEFAULT_ACCOUNT_ID, PAIRING_APPROVED_MESSAGE, TelegramConfigSchema, auditTelegramGroupMembership, buildChannelConfigSchema, buildTelegramExecApprovalPendingPayload, buildTokenChannelStatusSummary, clearAccountEntryFields, collectTelegramUnmentionedGroupIds, createForumTopicTelegram, createTelegramThreadBindingManager, deleteMessageTelegram, editForumTopicTelegram, editMessageReplyMarkupTelegram, editMessageTelegram, emptyPluginConfigSchema, formatPairingApproveHint, getChatChannelMeta, getTelegramThreadBindingManager, jsonResult, makeProxyFetch, monitorTelegramProvider, normalizeAccountId, parseTelegramTopicConversation, pinMessageTelegram, probeTelegram, projectCredentialSnapshotFields, reactMessageTelegram, readNumberParam, readReactionParams, readStringArrayParam, readStringOrNumberParam, readStringParam, renameForumTopicTelegram, resetTelegramThreadBindingsForTests, resolveConfiguredFromCredentialStatuses, resolvePollMaxSelections, resolveTelegramFetch, resolveTelegramPollVisibility, resolveTelegramRuntimeGroupPolicy, resolveTelegramToken, resolveTelegramTransport, sendMessageTelegram, sendPollTelegram, sendStickerTelegram, sendTypingTelegram, setTelegramRuntime, setTelegramThreadBindingIdleTimeoutBySessionKey, setTelegramThreadBindingMaxAgeBySessionKey, shouldRetryTelegramTransportFallback, shouldSuppressTelegramExecApprovalForwardingFallback, telegramMessageActions, unpinMessageTelegram };