#pragma once #ifndef INTERFACE_WEBHOOK_H #define INTERFACE_WEBHOOK_H #include #include #include #include void WebhookInit(std::string _webhookURI, std::string _apiKey); bool WebhookPublish(std::vector *numbers); void WebhookUploadPic(ImageData *Img); #endif // INTERFACE_WEBHOOK_H