WeChatFerry/spy/add_chatroom_member.h

7 lines
113 B
C
Raw Normal View History

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