WeChatFerry/spy/send_msg.h
2023-02-18 09:08:27 +08:00

9 lines
188 B
C++

#pragma once
#include "framework.h"
using namespace std;
void SendTextMessage(wstring wxid, wstring msg, wstring atWxids);
void SendImageMessage(wstring wxid, wstring path);