2022-08-20 17:39:21 +08:00
|
|
|
|
#pragma once
|
2021-02-12 23:21:57 +08:00
|
|
|
|
|
2022-08-20 17:39:21 +08:00
|
|
|
|
void SendTextMessage(const wchar_t *wxid, const wchar_t *msg, const wchar_t *atWxids);
|
2021-08-22 21:57:16 +08:00
|
|
|
|
void SendImageMessage(const wchar_t *wxid, const wchar_t *path);
|