WeChatFerry/spy/chatroom_mgmt.h

7 lines
157 B
C
Raw Normal View History

2023-02-28 20:14:22 +08:00
#pragma once
#include <string>
int AddChatroomMember(std::string roomid, std::string wxids);
2023-06-29 11:00:05 +08:00
int DelChatroomMember(std::string roomid, std::string wxids);