MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getBearerToken

Function getBearerToken

codex_image/codex_image.ts:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 if ((message.media as any)?.photo) {
89 return "image/jpeg";
90 }
91 return "image/png";
92}
93
94async function downloadReplyImage(
95 msg: Api.Message,

Callers 1

callCodexImageFunction · 0.85

Calls 1

getStoredTokenFunction · 0.85

Tested by

no test coverage detected