public static void InviteGroup(string RobotQQ, string GrouoQQ, string QQ) { XQDLL.InviteGroup(AuthId, RobotQQ, GrouoQQ, QQ); }
public static string GetOnLineList() { return(XQDLL.GetOnLineList(AuthId)); }
public static string GetGroupMemberList(string QQ, string GrouoQQ) { return(XQDLL.GetGroupMemberList(AuthId, QQ, GrouoQQ)); }
public static string GetGroupList(string QQ) { return(XQDLL.GetGroupList(AuthId, QQ)); }
public static void DbgName(string Message) { XQDLL.DbgName(AuthId, Message); }
public static string VoiToText(string RobotQQ, string ckdx, int cklx, string yyGUID) { return(XQDLL.VoiToText(AuthId, RobotQQ, ckdx, cklx, yyGUID)); }
public static bool ShakeWindow(string RobotQQ, string QQ) { return(XQDLL.ShakeWindow(AuthId, RobotQQ, QQ)); }
public static void Setcation(string RobotQQ, int MessageType) { XQDLL.Setcation(AuthId, RobotQQ, MessageType); }
public static void Setcation_problem_A(string RobotQQ, string Problem, string Answer) { XQDLL.Setcation_problem_A(AuthId, RobotQQ, Problem, Answer); }
public static void SetShieldedGroup(string RobotQQ, string GrouoQQ, bool MessageType) { XQDLL.SetShieldedGroup(AuthId, RobotQQ, GrouoQQ, MessageType); }
public static void DelFriend_A(string RobotQQ, string QQ, int MessageType) { XQDLL.DelFriend_A(AuthId, RobotQQ, QQ, MessageType); }
public static void QuitGroup(string RobotQQ, string GrouoQQ) { XQDLL.QuitGroup(AuthId, RobotQQ, GrouoQQ); }
public static string CreateGroup(string RobotQQ) { return(XQDLL.CreateGroup(AuthId, RobotQQ)); }
public static bool InviteGroupMember(string RobotQQ, string GrouoQQ, string GrouoQQY, string QQ) { return(XQDLL.InviteGroupMember(AuthId, RobotQQ, GrouoQQ, GrouoQQY, QQ)); }
public static bool SetAnon(string RobotQQ, string GroupQQ, bool kg) { return(XQDLL.SetAnon(AuthId, RobotQQ, GroupQQ, kg)); }
public static void Setcation_problem_B(string RobotQQ, string Problem1, string Problem2, string Problem3) { XQDLL.Setcation_problem_B(AuthId, RobotQQ, Problem1, Problem2, Problem3); }
public static bool SetHeadPic(string RobotQQ, byte[] Message) { return(XQDLL.SetHeadPic(AuthId, RobotQQ, Message)); }
public static bool AddFriend(string RobotQQ, string QQ, string Message, int xxlay) { return(XQDLL.AddFriend(AuthId, RobotQQ, QQ, Message, xxlay)); }
public static bool SignIn(string RobotQQ, string GroupQQ, string Address, string Message) { return(XQDLL.SignIn(AuthId, RobotQQ, GroupQQ, Address, Message)); }
public static void SendJSON(string RobotQQ, int SendType, int MessageType, string GrouoQQ, string QQ, string JsonMessage) { XQDLL.SendJSON(AuthId, RobotQQ, SendType, MessageType, GrouoQQ, QQ, JsonMessage); }
public static string SendMsgEX_V2(string RobotQQ, int MessageType, string GrouoQQ, string QQ, string Message, int BubbleID, bool Anonymous, string JSONMessage) { return(XQDLL.SendMsgEX_V2(AuthId, RobotQQ, MessageType, GrouoQQ, QQ, Message, BubbleID, Anonymous, JSONMessage)); }
public static string GetFriendList(string QQ) { return(XQDLL.GetFriendList(AuthId, QQ)); }
public static string WithdrawMsgEX(string RobotQQ, int WithdrawType, string GrouoQQ, string QQ, string MessageNumber, string MessageID, string MessageTime) { return(XQDLL.WithdrawMsgEX(AuthId, RobotQQ, WithdrawType, GrouoQQ, QQ, MessageNumber, MessageID, MessageTime)); }
public static void SendXML(string RobotQQ, int SendType, int MessageType, string GrouoQQ, string QQ, string XMLMessage) { XQDLL.SendXML(AuthId, RobotQQ, SendType, MessageType, GrouoQQ, QQ, XMLMessage); }
public static void Mark(string Message) { XQDLL.Mark(AuthId, Message); }
public static string UpLoadVoice(string RobotQQ, int SendType, string GrouoQQ, byte[] Message) { return(XQDLL.UpLoadVoice(AuthId, RobotQQ, SendType, GrouoQQ, Message)); }
public static bool Getbotisonline(string QQ) { return(XQDLL.Getbotisonline(AuthId, QQ)); }
public static string GetVoiLink(string RobotQQ, string Message) { return(XQDLL.GetVoiLink(AuthId, RobotQQ, Message)); }
public static string GetGroupCard(string RobotQQ, string GrouoQQ, string QQ) { return(XQDLL.GetGroupCard(AuthId, RobotQQ, GrouoQQ, QQ)); }
public static void SetFriendsRemark(string RobotQQ, string QQ, string Message) { XQDLL.SetFriendsRemark(AuthId, RobotQQ, QQ, Message); }