WeChatFerry/WeChatFerry/spy/chatroom_mgmt.h
2023-07-15 09:46:40 +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);