WeChatFerry/spy/chatroom_mgmt.h
2023-06-29 11:00:05 +08:00

7 lines
157 B
C++

#pragma once
#include <string>
int AddChatroomMember(std::string roomid, std::string wxids);
int DelChatroomMember(std::string roomid, std::string wxids);