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