WeChatFerry/spy/chatroom_mgmt.h
2023-06-13 07:40:38 +08:00

7 lines
113 B
C++

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