WeChatFerry/spy/send_msg.h
2022-10-15 20:46:22 +08:00

5 lines
173 B
C

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