WeChatFerry/Spy/send_msg.h

4 lines
103 B
C
Raw Normal View History

2021-02-12 23:21:57 +08:00
#pragma once
void SendTextMessage(const wchar_t *wxid, const wchar_t *at_wxid, const wchar_t *msg);