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