WeChatFerry/spy/send_msg.h

9 lines
188 B
C
Raw Normal View History

2022-08-20 17:39:21 +08:00
#pragma once
2021-02-12 23:21:57 +08:00
#include "framework.h"
using namespace std;
void SendTextMessage(wstring wxid, wstring msg, wstring atWxids);
void SendImageMessage(wstring wxid, wstring path);