public static void SendGroupPicMsg(long thisQQ, long groupId, byte[] PicData, long sendQQ = 0) { API.ThisQQ = thisQQ; API.SendQQ = sendQQ; API.GroupId = groupId; API.SendGroupPic(thisQQ, sendQQ, groupId, PicData); }