DartGetGroupPendencyList method

int DartGetGroupPendencyList(
  1. Pointer<Char> json_group_get_pendency_list_param,
  2. Pointer<Void> user_data
)

群申请

Implementation

int DartGetGroupPendencyList(
  ffi.Pointer<ffi.Char> json_group_get_pendency_list_param,
  ffi.Pointer<ffi.Void> user_data,
) {
  return _DartGetGroupPendencyList(
    json_group_get_pendency_list_param,
    user_data,
  );
}