MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / submitTelegramSettings

Function submitTelegramSettings

web/src/components/settings/SystemSetting.js:412–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 };
411
412 const submitTelegramSettings = async () => {
413 const options = [
414 { key: 'TelegramBotToken', value: inputs.TelegramBotToken },
415 { key: 'TelegramBotName', value: inputs.TelegramBotName },
416 ];
417 await updateOptions(options);
418 };
419
420 const submitTurnstile = async () => {
421 const options = [];

Callers

nothing calls this directly

Calls 1

updateOptionsFunction · 0.85

Tested by

no test coverage detected