sS snippetRawURL_maxCache(S snippetID) { ret snippetRawURL_maxCache(snippetID, null); } sS snippetRawURL_maxCache(S snippetID, S contentType) { ret "https://botcompany.de/serve/" + psI(snippetID) + htmlQuery(ct := contentType, maxCache := 1); }