wxhelper/src/send_text.h

6 lines
168 B
C
Raw Normal View History

2022-12-21 20:30:44 +08:00
#ifndef SEND_TEXT_H_
#define SEND_TEXT_H_
int SendText(wchar_t* wxid, wchar_t* msg);
2023-03-02 11:38:47 +08:00
int SendAtText(wchar_t* chat_room_id,wchar_t** wxids,int len,wchar_t* msg);
2022-12-21 20:30:44 +08:00
#endif