Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
async
function
downloadReplyImage(
95
msg: Api.Message,
Callers
1
callCodexImage
Function · 0.85
Calls
1
getStoredToken
Function · 0.85
Tested by
no test coverage detected