WeChatFerry/Spy/send_msg.h
2021-08-22 21:57:16 +08:00

5 lines
170 B
C

#pragma once
void SendTextMessage(const wchar_t *wxid, const wchar_t *at_wxid, const wchar_t *msg);
void SendImageMessage(const wchar_t *wxid, const wchar_t *path);