69c69 < uint32_t chat_id = 0; --- > int32_t chat_id = 0; 251c251 < bool TelegramSendMessage(uint32_t chat_id, String text) { --- > bool TelegramSendMessage(int32_t chat_id, String text) {