How to handle Data URI ??
Status: Closed · Asked by Chris Wong on · 0 views
Hi Expert,
i have a webhook receive a webhook that contain a data Uri, ie. the Label is TICKET, the value start with data:image/png;base64. Actually it is an image and i would like to know the way to convert it back to image and share on discord or telegram, thanks!!
Hey @Chris Wong
Regrettably, I must clarify that Discord's integration doesn't support the Base64 image format. Markdown and HTML on Discord solely accept direct image URLs for display.
@Supreme thanks for explanation, it is so sad!!