iQQ.Net.WebQQCore.Im.Module.GroupModule.GetGroupList C# (CSharp) Method

GetGroupList() public method

public GetGroupList ( QQActionListener listener = null ) : IQQActionFuture
listener QQActionListener
return IQQActionFuture
        public IQQActionFuture GetGroupList(QQActionListener listener = null)
        {
            return PushHttpAction(new GetGroupListAction(Context, listener));
        }