Beispiel #1
0
 public static void InviteGroup(string RobotQQ, string GrouoQQ, string QQ)
 {
     XQDLL.InviteGroup(AuthId, RobotQQ, GrouoQQ, QQ);
 }
Beispiel #2
0
 public static string GetOnLineList()
 {
     return(XQDLL.GetOnLineList(AuthId));
 }
Beispiel #3
0
 public static string GetGroupMemberList(string QQ, string GrouoQQ)
 {
     return(XQDLL.GetGroupMemberList(AuthId, QQ, GrouoQQ));
 }
Beispiel #4
0
 public static string GetGroupList(string QQ)
 {
     return(XQDLL.GetGroupList(AuthId, QQ));
 }
Beispiel #5
0
 public static void DbgName(string Message)
 {
     XQDLL.DbgName(AuthId, Message);
 }
Beispiel #6
0
 public static string VoiToText(string RobotQQ, string ckdx, int cklx, string yyGUID)
 {
     return(XQDLL.VoiToText(AuthId, RobotQQ, ckdx, cklx, yyGUID));
 }
Beispiel #7
0
 public static bool ShakeWindow(string RobotQQ, string QQ)
 {
     return(XQDLL.ShakeWindow(AuthId, RobotQQ, QQ));
 }
Beispiel #8
0
 public static void Setcation(string RobotQQ, int MessageType)
 {
     XQDLL.Setcation(AuthId, RobotQQ, MessageType);
 }
Beispiel #9
0
 public static void Setcation_problem_A(string RobotQQ, string Problem, string Answer)
 {
     XQDLL.Setcation_problem_A(AuthId, RobotQQ, Problem, Answer);
 }
Beispiel #10
0
 public static void SetShieldedGroup(string RobotQQ, string GrouoQQ, bool MessageType)
 {
     XQDLL.SetShieldedGroup(AuthId, RobotQQ, GrouoQQ, MessageType);
 }
Beispiel #11
0
 public static void DelFriend_A(string RobotQQ, string QQ, int MessageType)
 {
     XQDLL.DelFriend_A(AuthId, RobotQQ, QQ, MessageType);
 }
Beispiel #12
0
 public static void QuitGroup(string RobotQQ, string GrouoQQ)
 {
     XQDLL.QuitGroup(AuthId, RobotQQ, GrouoQQ);
 }
Beispiel #13
0
 public static string CreateGroup(string RobotQQ)
 {
     return(XQDLL.CreateGroup(AuthId, RobotQQ));
 }
Beispiel #14
0
 public static bool InviteGroupMember(string RobotQQ, string GrouoQQ, string GrouoQQY, string QQ)
 {
     return(XQDLL.InviteGroupMember(AuthId, RobotQQ, GrouoQQ, GrouoQQY, QQ));
 }
Beispiel #15
0
 public static bool SetAnon(string RobotQQ, string GroupQQ, bool kg)
 {
     return(XQDLL.SetAnon(AuthId, RobotQQ, GroupQQ, kg));
 }
Beispiel #16
0
 public static void Setcation_problem_B(string RobotQQ, string Problem1, string Problem2, string Problem3)
 {
     XQDLL.Setcation_problem_B(AuthId, RobotQQ, Problem1, Problem2, Problem3);
 }
Beispiel #17
0
 public static bool SetHeadPic(string RobotQQ, byte[] Message)
 {
     return(XQDLL.SetHeadPic(AuthId, RobotQQ, Message));
 }
Beispiel #18
0
 public static bool AddFriend(string RobotQQ, string QQ, string Message, int xxlay)
 {
     return(XQDLL.AddFriend(AuthId, RobotQQ, QQ, Message, xxlay));
 }
Beispiel #19
0
 public static bool SignIn(string RobotQQ, string GroupQQ, string Address, string Message)
 {
     return(XQDLL.SignIn(AuthId, RobotQQ, GroupQQ, Address, Message));
 }
Beispiel #20
0
 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);
 }
Beispiel #21
0
 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));
 }
Beispiel #22
0
 public static string GetFriendList(string QQ)
 {
     return(XQDLL.GetFriendList(AuthId, QQ));
 }
Beispiel #23
0
 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));
 }
Beispiel #24
0
 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);
 }
Beispiel #25
0
 public static void Mark(string Message)
 {
     XQDLL.Mark(AuthId, Message);
 }
Beispiel #26
0
 public static string UpLoadVoice(string RobotQQ, int SendType, string GrouoQQ, byte[] Message)
 {
     return(XQDLL.UpLoadVoice(AuthId, RobotQQ, SendType, GrouoQQ, Message));
 }
Beispiel #27
0
 public static bool Getbotisonline(string QQ)
 {
     return(XQDLL.Getbotisonline(AuthId, QQ));
 }
Beispiel #28
0
 public static string GetVoiLink(string RobotQQ, string Message)
 {
     return(XQDLL.GetVoiLink(AuthId, RobotQQ, Message));
 }
Beispiel #29
0
 public static string GetGroupCard(string RobotQQ, string GrouoQQ, string QQ)
 {
     return(XQDLL.GetGroupCard(AuthId, RobotQQ, GrouoQQ, QQ));
 }
Beispiel #30
0
 public static void SetFriendsRemark(string RobotQQ, string QQ, string Message)
 {
     XQDLL.SetFriendsRemark(AuthId, RobotQQ, QQ, Message);
 }